Closed alvaldes closed 1 year ago
Objective: Together with data injection auth, use the .aws/credentials file to create the profiles and upload them from the cool-api.yaml configuration file
.aws/credentials
cool-api.yaml
[default] aws_access_key_id = <YOUR_DEFAULT_ACCESS_KEY_ID> aws_secret_access_key = <YOUR_DEFAULT_SECRET_ACCESS_KEY> [test-account] aws_access_key_id = <YOUR_TEST_ACCESS_KEY_ID> aws_secret_access_key = <YOUR_TEST_SECRET_ACCESS_KEY> [prod-account] ; work profile aws_access_key_id = <YOUR_PROD_ACCESS_KEY_ID> aws_secret_access_key = <YOUR_PROD_SECRET_ACCESS_KEY>
Story Points: 3
Objective: Together with data injection auth, use the
.aws/credentials
file to create the profiles and upload them from thecool-api.yaml
configuration fileStory Points: 3