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 docs for different git providers #55

Open
krancour opened this issue Nov 23, 2022 · 2 comments
Open

add docs for different git providers #55

krancour opened this issue Nov 23, 2022 · 2 comments

Comments

@krancour
Copy link
Member

Different git providers have different rules around the username + password/token used for repository access.

For example, some require you to use the valid username associated with the token and for others the username should be "git" or can be omitted entirely.

As support is added for each git provider, helpful provider-specific details should be added to the docs as well.

See:

@senare
Copy link

senare commented Mar 21, 2024

Would be nice with instructions for generic GIT i.e. HTTP/SSH style repo

Also self hosted alternatives such as

@krancour
Copy link
Member Author

@senare these instructions should mostly work for any HTTP/S repo on any git hosting platform. (SSH is a different story atm -- it's only half-implemented.)

https://kargo-render.akuity.io/how-to-guides/docker-image

It's really just entrypoints and pull request functionality that needs to be implemented differently from one git hosting platform to the next.

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

No branches or pull requests

2 participants