-
Notifications
You must be signed in to change notification settings - Fork 39
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
Duration ignored in YAML config #80
Comments
@wulftone Sorry for the delay here; I've been meaning to look into this but changed jobs and the new one has been keeping me extremely busy. |
The issue is that parse_config will "Only overwrite None not args" and duration arg has a default value of 3600 so it won't be overwritten. I've been working around this by removing the default from that arg in config.py, but not sure how you want to handle this. |
This will be fixed in the next update. |
Done in #98. |
In
~/.config/aws_okta_keyman.yml
I have specifiedduration: 43200
. This value is ignored inaws_okta_keyman
v0.8.5. It works if I specify it on the CLI with--duration 43200
.The text was updated successfully, but these errors were encountered: