You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm configuring vault-crd version 1.11.0 with vault 1.12.0-1, and several times I tried to update the certificate used in authentication, and the error below persists.
vault-crd org.springframework.vault.authentication.VaultLoginException: Cannot login using org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://VAULT_HOST:8200/v1/auth/kubernetes/login": PKIX path building failed: sun.security.provider.certpa ││ th.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
The process I'm running is the KeyStore import with my certificates that are stored in the k8s secret, as shown in the example below.
Hello, I'm configuring vault-crd version 1.11.0 with vault 1.12.0-1, and several times I tried to update the certificate used in authentication, and the error below persists.
vault-crd org.springframework.vault.authentication.VaultLoginException: Cannot login using org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://VAULT_HOST:8200/v1/auth/kubernetes/login": PKIX path building failed: sun.security.provider.certpa ││ th.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
The process I'm running is the KeyStore import with my certificates that are stored in the k8s secret, as shown in the example below.
This certificate is self-signed and created using terraform. Below when I extract the certificate with the command
openssl x509 -noout -in vault.crt -text
The vault service is live and follows the entire process of the tutorial below.
https://vault.koudingspawn.de/install-vault-crd/self-signed-certificates
Even though every process is running successfully, the problem persists. Could you please help me?
Vault Version:
vault/bionic,now 1.12.0-1 amd64
SO Version:
18.04.6 LTS (Bionic Beaver)
Vault CRD:
1.11
EKS:
v1.22.13-eks-15b7512
The service account, cluster role, cluster role binding, was created from the link below:
https://raw.githubusercontent.com/DaspawnW/vault-crd/master/deploy/rbac.yaml
Deployment YAML:
The text was updated successfully, but these errors were encountered: