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
Currently, the relok8s CLI loads credentials from the local Docker keychain (~/.docker/config.json). Relok8s as a library already supports passing credentials explicitly #70 so the next steps would be to expose that functionality to the CLI.
One possible implementation could be accepting env variables similar to what charts-syncer does, flags or config files could be an alternative too. If we go to that route it might make sense to look into if https://github.com/spf13/viper could be a good fit or an overkill.
Currently, the relok8s CLI loads credentials from the local Docker keychain (
~/.docker/config.json
). Relok8s as a library already supports passing credentials explicitly #70 so the next steps would be to expose that functionality to the CLI.One possible implementation could be accepting env variables similar to what charts-syncer does, flags or config files could be an alternative too. If we go to that route it might make sense to look into if https://github.com/spf13/viper could be a good fit or an overkill.
cc/ @josvazg
The text was updated successfully, but these errors were encountered: