-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Forward git credentials to config management plugins #1628
Comments
@stevendborrelli do you have repo steps please? |
I believe this is an enhancement not a bug. So there are no steps to reproduce. It definitely makes sense to support passing credentials to the config management plugins |
@alexmt I'm not familiar with the plugin code, are you able to provide any pointers to code? |
I had asked @stevendborrelli to file this issue in slack. Basically, we gave kustomize special treatment to set up a proper git environment whenever we run Since users can additionally perform |
Do we need to include SSH too? Out of scope? |
SSH should be supported too. It should be easy to do once we support SSH kustomize remote bases. |
SSH out of scope of this issue. See #827 instead. |
Here is where the change needs to be made: argo-cd/reposerver/repository/repository.go Line 525 in d06303c
|
Closed. Will be in v1.1 |
We've been experimenting with configuration management plugins and have come across an issue when connecting to authenticated repositories.
Could we do something similar to the kustomize code https://github.com/argoproj/argo-cd/blob/master/util/kustomize/kustomize.go#L118 and forward Git credentials to the config management plugins?
The text was updated successfully, but these errors were encountered: