serverless icon indicating copy to clipboard operation
serverless copied to clipboard

docs: How to configure GCP function identity

Open ericrav opened this issue 2 years ago • 1 comments

This is an important configuration option for keeping Cloud Functions secure and should be documented.

serviceAccountEmail field in JSON schema: https://github.com/serverless/serverless-google-cloudfunctions/blob/master/provider/googleProvider.js#L141

GCP docs: https://cloud.google.com/functions/docs/securing/function-identity

ericrav avatar Oct 11 '22 21:10 ericrav