Following below link:
On my local i was able to integrate it with the target pod and able achieve the purpose of secret fetch from vault agent from vault server.
On Production when vault is trying to do login viea the agent init-container i am getting below error:
error authenticating: error=“Put “https://domainname:32523/v1/auth/kubernetes/login”: x509: certificate signed by unknown authority”.
Please suggest what to do in this regard.
Probably agent needs some truststore chain onboarding.
But it will be a great help if anybody can suggest how to do that or any other solution.
Not an expert in this matter.
VAULT_SKIPVERIFY is the quickfix i am using but probably that is not a good way.