Skip to content

main.go is making incorrect assumptions #4

@franck-boullier

Description

@franck-boullier

Incorrect AWS profile:

In the file main.go
The code reads:

cfg, err := external.LoadDefaultAWSConfig(external.WithSharedConfigProfile("uneet-dev"))

This IS WRONG: we should NOT use uneet-dev here but the correct value based on

  • Installation ID (AWS parameter INSTALLATION_ID)
  • Stage (AWS parameter STAGE)

The correct value for uneet-dev for a given environment is also declared in Travis Setting.
It is then passed on as the variable TRAVIS_PROFILE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions