sigstore / scaffolding

Stuff to make standing up sigstore (esp. for testing) easier for e2e/integration testing.
Apache License 2.0
57 stars 56 forks source link

Allow rekor service account to post to metrics #1163

Closed cmurphy closed 2 months ago

cmurphy commented 2 months ago

The rekor service account was assigned the cloudsql.client to allow it to connect to MySQL, but it was not given permission to report metrics for doing so. Copy the permissions that the trillian logserver user has to post to Stackdriver.

Summary

Release Note

Documentation