functions-framework-nodejs
functions-framework-nodejs copied to clipboard
Add GOOGLE_APPLICATION_CREDENTIALS to GitHub Repo Secrets
In order to add Stackdriver APM tools (#57) to our Function Frameworks, we need to add credentials to Travis such that we can test the integration.
I don't believe there is any of this setup yet.
@grant Any docs/examples on how to do this?
I think you just create a credentials and then add the encrypted credentials in the repo. https://docs.travis-ci.com/user/encryption-keys/ https://cloud.google.com/docs/authentication/getting-started
We could just add the feature and test locally without CI setup.
Need to create creds first. Do we have a GCF GCP project we can use that won't be deleted?
Do we have a GCF GCP project we can use that won't be deleted?
The public project is fn-img
. Maybe we can create a project in /dev
for all functions frameworks?
Do we have a GCF GCP project we can use that won't be deleted?
The public project is
fn-img
. Maybe we can create a project in/dev
for all functions frameworks?
Sounds good. We should probably write down a design.
Change to use GitHub Secrets (along with GitHub Actions)
Since this is related a separate issue which doesn't have a consensus yet, I'm going to close this until we decide which path to take for this.