Spring cloud vault application access to vault paths

we have spring cloud application running in kubernetes cluster and trying to access vault during the bootstrap.

vault path:
secret/platform/identity
secret/mysql/user
secret/mongo/user

Application is failing with secret/platform/identity/kubernetes and secret/application 403 exception. How to ignore these errors and bring up the application.
We tried fast-fail option but its not solving our problem. Application is coming up when the vault is down.

Thanks,
Niranjan

That sounds like a development and Spring question rather than Vault question. My suggestion is to ask in a Spring community.

If you want help with the 403 then please post the setup, kube auth setup and more information about your cluster here in a new question.