Details
-
Improvement
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
Description
Since MGNLTEST-375 saas-test-framework uses aws sso login using the AWS_PROFILE environment variable to select the desired profile.
The profile configuration is stored by aws in the file `~/.aws/config`. And, for the case of sso there are to configuration formats:
- SSO token provider configuration
- Legacy non-refreshable configuration
On the other hand, saas-test-framework uses the DefaultCredentialsProvider class to lookup credentials. This class is provided by AWS Java SDK v.2, and despite some efforts to suppor 'SSO token provider configuration' so far is not working propperly. Therefore, saas-test-framework only supports 'Legacy non-refreshable configuration' format.
We need to keep track of the latest effort on the AWS SDK side to support 'SSO token provider configuration', so saas-test-frameworks can work with both configuration formats.
Checklists
Attachments
Issue Links
- is related to
-
MGNLTEST-375 Provide access to AWS secrets manager for saas-tf
-
- Closed
-