-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Incorrect AWS profile:
In the file main.go
The code reads:
Line 48 in 6cfcb24
| 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
Labels
No labels