I need to connect Camel to GCP storage (bucket) with the Camel google-storage component. Camel running in k8s (GCP).
The component accepts a key file. this works locally when provided a key file.
For security reasons, I don't want to include the key file in the POD but somehow enable the POD to access GCP services.
What are my options?