-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for better credential_process support
Update aws-okta to support `okta_aws_role_arn` so profiles can be configured easier when using the credential process feature of the AWS SDK. In the AWS config `role_arn` requires either `source_profile` or `credential_source` to be specified for the profile, otherwise it is detected as partial credentials, ignoring the `credential_process` field. Allow `aws-okta` to use the specifed role in the field `okta_aws_role_arn` reduces the number of chained profiles required to correctly use bare awscli, kubectl and other AWS SDK enabled applications.
- Loading branch information
1 parent
6470595
commit abfb53d
Showing
3 changed files
with
156 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters