Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

[bugfix] Add mfa_duo_device option to aws profile #291

Closed

Conversation

voidlily
Copy link

@voidlily voidlily commented Jul 7, 2020

Currently the only way to set a duo device is as a command line argument or an
environment variable. This change adds support for setting the duo device in
your aws config

[okta]
aws_saml_url = ...
mfa_provider = DUO
mfa_factor_type = web
mfa_duo_device = token
assumed_role_ttl = 12h

Currently the only way to set a duo device is as a command line argument or an
environment variable. This change adds support for setting the duo device in
your aws config

```
[okta]
aws_saml_url = ...
mfa_provider = DUO
mfa_factor_type = web
mfa_duo_device = token
assumed_role_ttl = 12h
```
@nickatsegment
Copy link
Contributor

This is a new feature, not a bugfix. #278

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

Successfully merging this pull request may close these issues.

2 participants