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
I've upgraded today from okta-aws-cli 2.1.2 -> 2.3.0 and there appears to be a new error that is being thrown that likely could be resolved by the program itself.
WARNING: issue with okta.yaml file. Run `okta-aws-cli debug` command for additional diagnosis.
Error: open /Users/<USERNAME>/.okta/okta.yaml: no such file or directory
I verified that this pops up each time we run the command but never is resolved automatically by the system, but it feels like it could be. Can the okta-aws-cli just create this folder and file if it doesn't exist, or emit an error if it's unable to create the items due to local permissions?
The text was updated successfully, but these errors were encountered:
I've upgraded today from okta-aws-cli 2.1.2 -> 2.3.0 and there appears to be a new error that is being thrown that likely could be resolved by the program itself.
The command we use to authenticate is below:
And the new error is:
I verified that this pops up each time we run the command but never is resolved automatically by the system, but it feels like it could be. Can the
okta-aws-cli
just create this folder and file if it doesn't exist, or emit an error if it's unable to create the items due to local permissions?The text was updated successfully, but these errors were encountered: