You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http_header_factor and http_header_passcode use underscores but should use hyphens for consistency with other CLI flags:
{
'name': 'http_header_factor',
'default': None,
'help_text': 'HTTP Header to store the user\'s Duo factor'
},
{
'name': 'http_header_passcode',
'default': None,
'help_text': 'HTTP Header to store the user\'s Duo passcode'
},
See src/awscli_login/plugin/__init__.py.
The text was updated successfully, but these errors were encountered:
http_header_factor
andhttp_header_passcode
use underscores but should use hyphens for consistency with other CLI flags:See
src/awscli_login/plugin/__init__.py
.The text was updated successfully, but these errors were encountered: