-
Notifications
You must be signed in to change notification settings - Fork 884
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 support to external Vault running with tls #1015
Comments
Hi @juananinca, I think the setting you're looking for is the injector:
extraEnvironmentVars:
AGENT_INJECT_VAULT_CACERT_BYTES: <PEM-encoded certificate or bundle contents> That can also be base64 encoded IIRC. |
I set the
I took a look to the injector commad https://pkg.go.dev/github.com/hashicorp/vault-k8s/subcommand/injector, but I didn't find something like |
Is your feature request related to a problem? Please describe.
I have an external Vault running outside the kubernetes cluster.
The vault service is running with the following tls settings:
But can't find any cert settings in the values.yaml file regarding the external vault service. I have just set the
global.externalVaultAddr
in the values.yaml and here is the logs of the init containervault-agent-init
injected into an pod:Sorry if I missed the specific settings, but wasn't able to find it.
Describe the solution you'd like
A tls settings for the external vault service would solve my problem.
Thank you!!
The text was updated successfully, but these errors were encountered: