-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Document github app credentials enterprise base url when creating repository #22389
Labels
Comments
Hi @nitishfy, are you working on this issue? If not I can work on it. |
sure, please take this up. |
dkarpele
added a commit
to dkarpele/argo-cd
that referenced
this issue
Mar 19, 2025
…ing repository. Add CLI command to Add a private Git repository on GitHub Enterprise and update instruction. Resolves: argoproj#22389 Signed-off-by: Denis Karpelevich <[email protected]>
dkarpele
added a commit
to dkarpele/argo-cd
that referenced
this issue
Mar 20, 2025
…ing repository. Add CLI command to Add a private Git repository on GitHub Enterprise and update instruction. Resolves: argoproj#22389 Signed-off-by: Denis Karpelevich <[email protected]>
dkarpele
added a commit
to dkarpele/argo-cd
that referenced
this issue
Mar 21, 2025
…ing repository. Add CLI command to Add a private Git repository on GitHub Enterprise and update instruction. Resolves: argoproj#22389 Signed-off-by: Denis Karpelevich <[email protected]>
dkarpele
added a commit
to dkarpele/argo-cd
that referenced
this issue
Mar 21, 2025
… creating repository (argoproj#22389) Add CLI command to Add a private Git repository in GitHub Enterprise and update instruction. Signed-off-by: Denis Karpelevich <[email protected]>
14 tasks
dkarpele
added a commit
to dkarpele/argo-cd
that referenced
this issue
Mar 23, 2025
… creating repository (argoproj#22389) Add CLI command to Add a private Git repository in GitHub Enterprise and update instruction. Signed-off-by: Denis Karpelevich <[email protected]>
dkarpele
added a commit
to dkarpele/argo-cd
that referenced
this issue
Mar 24, 2025
… creating repository (argoproj#22389) Add CLI command to Add a private Git repository in GitHub Enterprise and update instruction. Signed-off-by: Denis Karpelevich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
when creating a repository with github app in argocd ui or cli, one of the parameters is the enterprise api base url. From argocd docs https://argo-cd.readthedocs.io/en/stable/user-guide/private-repositories/#github-app-credential, this parameter is not present in either the cli example, or the ui screenshot
Motivation
github app enterprise base url is an important parameter when using github enterprise, and is usually different from the default value
https://api.github.com
.Proposal
add this parameter to the cli example, and update the screenshot with one that contains this field.
The text was updated successfully, but these errors were encountered: