We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to execute flux bootstrapping we need auth with Git so we need to understand the alternatives that we have here.
Operations involved:
bootstrapping command will execute the following actions that will require interact with the git repo
bootstrapping
Alternative A: generic git server
SSH Private Key (current way): using private key with access to the user's repository (push and pull access)
Pros:
Cons:
SSH Agent: using authenticated ssh-agent with a loaded key with access to the user's repository (push and pull access)
HTTPS basic auth: using basic auth (username, password)
Alternative B: provider based methods
GitHub
GitLab
BitBucket
General Pros
General cons
More details in flux docs https://fluxcd.io/flux/installation/bootstrap/
The text was updated successfully, but these errors were encountered:
Samra10
waleedhammam
Successfully merging a pull request may close this issue.
In order to execute flux bootstrapping we need auth with Git so we need to understand the alternatives that we have here.
Operations involved:
bootstrapping
command will execute the following actions that will require interact with the git repoAlternative A: generic git server
SSH Private Key (current way): using private key with access to the user's repository (push and pull access)
Pros:
Cons:
SSH Agent: using authenticated ssh-agent with a loaded key with access to the user's repository (push and pull access)
Pros:
Cons:
HTTPS basic auth: using basic auth (username, password)
Pros:
Cons:
Alternative B: provider based methods
GitHub
GitLab
BitBucket
General Pros
General cons
More details in flux docs https://fluxcd.io/flux/installation/bootstrap/
The text was updated successfully, but these errors were encountered: