Hey!
I'm using gcp-key.json to communicate with gcloud services. It is stored locally under the resources folder and declared in application.properties like this: spring.cloud.credentials.location=classpath:gcp-key.json
I know that it's not the best approach, so I want somehow make a Kubernetes Secret from it. Or maybe there are other ways to store it secure?
Will be grateful for any advice!