serverless icon indicating copy to clipboard operation
serverless copied to clipboard

docs: How to configure GCP function identity

Open ericrav opened this issue 3 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

Codecov Report

Base: 85.83% // Head: 85.83% // No change to project coverage :thumbsup:

Coverage data is based on head (ac33426) compared to base (f5b183a). Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11435   +/-   ##
=======================================
  Coverage   85.83%   85.83%           
=======================================
  Files         314      314           
  Lines       13259    13259           
=======================================
  Hits        11381    11381           
  Misses       1878     1878           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Oct 11 '22 21:10 codecov[bot]