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
when run in a docker container, gimme-aws-creds keeps asking for the okta password. naturally it has no access to the keychain store of the host OS (MacOS in my case), but Docker Desktop has a secrets store built into it. Is this an interface that needs to be written or a missing setup stage?
I solved this problem by using keyrings.alt. Just be careful not to build/push a public container with your keyring. You can also use docker/docker-credential-helpers which I am told works well.
Expected Behavior
when run in a docker container, gimme-aws-creds keeps asking for the okta password. naturally it has no access to the keychain store of the host OS (MacOS in my case), but Docker Desktop has a secrets store built into it. Is this an interface that needs to be written or a missing setup stage?
Possible Solution
add support for the Docker Secrets Management and setup steps.
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: