Replies: 1 comment 2 replies
-
Hey @erdody 👋 I think you should be able to use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're evaluating using the pubsub output connector. We'd like to get GCP credentials from files (mounted k8s secrets) instead of using env. vars.
We tried:
file
function: the credentials_json field is not interpolatedstreams
mode, which we would also like to useIs there any way we can achieve this currently?
If not, would you be open to a PR to add a
credentials_file
field that would just set to the corresponding option (WithCredentialsFile
) in google's pubsub client?Beta Was this translation helpful? Give feedback.
All reactions