tree: 98e9352ade9d7c03be5781c5819210dc0420c7f9 [path history] [tgz]
  1. bin/
  2. go/
  3. BUILD.bazel
  4. Makefile
  5. PROD.md
  6. README.md
sa-keys-checker/README.md

Service Account Keys Checker

The goal of this service is to add metrics for when the keys of the service accounts in Skia's cloud projects are going to expire, so we can get alerts based on them.

When dealing with k8s pods/containers/deployments, it is handy to reference: https://github.com/skia-dev/textfiles/blob/master/kubectl-cheatsheet.md

An instance of sa-keys-checker accesses public and corp cloud projects. It should thus run only in a corp cloud project.

This service requires the “Identity and Access Management” API to be enabled in the cloud projects it needs to access.

The service account used by this service requires the “Service Account Key Admin” role in the cloud projects it needs to access.