Allow authentication to be optional for Kubernetes targets
I'm using Octopus Deploy inside a Kubernetes cluster, however I want to deploy to that cluster as well..
I'm using https://kubernetes.default.svc which is the local endpoint of Kubernetes, typically thats all thats needed as the pod running already has a built-in token used to access Kubernetes via /var/run/secrets/kubernetes.io/serviceaccount/token
https://kubernetes.io/docs/tasks/run-application/access-api-from-pod/
However the UI is complaining "Authentication" is required, so unfortunately, I was required to create another token just to have access.
Can we allow authentication to be optional or an option to use a local cluster?
1
vote
