Hi guys :)
is this actually working. I'm trying to switch from token to app role but not able to make it working.
vault:
order: 2
scheme: https
port: 443
host: ${VAULT_HOST:**********}
kvVersion: 2
namespace: ${VAULT_NAMESPACE:****}
backend: ${VAULT_BACKEND:secret}
profile-separator: /
skip-ssl-validation: true
authentication: APPROLE
app-role:
role-id: ***********************
secret-id: ******************
role: approle-dev
app-role-path: approle
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>2.2.2.RELEASE</version>
</dependency>
SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
Using java 15 and latest vault dependency and spring cloud config. With token based everything is working just fine :) any ideas?
Comment From: spencergibb
Duplicates #1706