-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
TLS failed to verify certificate #260
Comments
Hi @jascsch, normally the environmentVars:
- name: VAULT_SKIP_VERIFY
value: "true" When you mounted the certificate, did you also set the |
Hi there, is set. logs stays at following: {"level":"info","ts":"2024-04-18T09:48:24Z","logger":"vault","msg":"Reconciliation is enabled.","ReconciliationTime":0} Is there a way to set a log level or anything more verbose? May as additional info. We use kubernetes as auth method. When using token based auth it works. |
You can try to decrease the log level as follows, but I'm not sure if this will provide more output: args:
- -leader-elect
- -zap-log-level=debug Normally the logs should be looking similar to the following:
When the problem only exists with the Kubernetes Auth Method, were the commands from the readme run successfully for the setup: https://github.com/ricoberger/vault-secrets-operator?tab=readme-ov-file#kubernetes-auth-method? |
Yes the configuration worked. Unfortunately it doesnt print anything else. It seems a problem with internal network. Thank you anyway for support :) |
Hi all,
we are facing issues with tls cert validation. The error message is:
Could not create API client for Vault","error":"Put \"https://xxx/v1/auth/xxx/login\": tls: failed to verify certificate: x509: certificate signed by unknown authority
Is there any workaround for this kind of issue?
What we already tried to do:
The text was updated successfully, but these errors were encountered: