Skip to content
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

Add support to explicitly providing registry credentials #141

Open
migmartri opened this issue Feb 4, 2022 · 0 comments
Open

Add support to explicitly providing registry credentials #141

migmartri opened this issue Feb 4, 2022 · 0 comments

Comments

@migmartri
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@migmartri and others