serverless / serverless-google-cloudfunctions

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://www.serverless.com
MIT License
272 stars 127 forks source link

Support setting secrets with Secrets Manager #286

Closed christophersjchow closed 2 years ago

christophersjchow commented 2 years ago

Google introduced Secrets Manager support to functions in August last year. https://cloud.google.com/blog/products/serverless/cloud-functions-integrates-with-google-secret-manager

It would be great to be able to specify secrets within config to be pulled and set as env vars in functions.

pgrzesik commented 2 years ago

Hello @christophersjchow - thanks for proposing, we'd be happy to accept a PR if someone is interested. 🙌

christophersjchow commented 2 years ago

@pgrzesik i've raised 2 PRs, one here #287 and one for docs here https://github.com/serverless/serverless/pull/10660

christophersjchow commented 2 years ago

Closed by #287