Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecating embedded aws-okta support #152

Closed
edulop91 opened this issue Mar 31, 2020 · 0 comments · Fixed by #153
Closed

Deprecating embedded aws-okta support #152

edulop91 opened this issue Mar 31, 2020 · 0 comments · Fixed by #153

Comments

@edulop91
Copy link
Contributor

edulop91 commented Mar 31, 2020

Per segmentio/aws-okta#278, development and maintenance of aws-okta is halted. Because of this, chanzuckerberg/blessclient will drop support for embedded aws-okta.

You can continue using aws-okta as an auth provider by configuring your ~/.aws/config to use aws-okta using something similar to

[profile account]
region             = us-west-2
output             = json
credential_process = sh -c 'aws-okta cred-process okta-account --mfa-duo-device phone1 2> /dev/tty'

[profile okta-account]
role_arn     = arn:aws:iam::xxxxx:role/my-role
aws_saml_url = home/amazon_aws/foobar/baz

Furthermore, we are working on a replacement for aws-okta that relies on OIDC federation rather than SAML. We hope this will simplify things and reduce the burden of maintenance. More to come in the following weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant