Hi,
I've got a minikube Kubernetes installation (test bed, to be replaced with AWS EKS for demo) that i'm trying to use the Flux operator for to deploy code using GitOps workflows (since pushing many things into kubernetes from many different pipelines is a maintenance, configuration, and credential sharing nightmare).
The flux operator uses a git repo to store its configuration (and how you add new resources to the configs) and as such needs both read and write access to the git repo, which it can only do using simple HTTP Basic or SSH authentication.
I've tried many different ways but cannot seem to grant SSH read and write access to the repository, either via SSH urls or HTTP urls, using creds, without creds, using an App Password, etc. nothing seems to work, always comes back with Unauthorized or auth failures.
I've tried:
References:
How does one give full read/write access using basic SSH to a repo in bitbucket cloud.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.