tree: 82a93ce17df957b9f78443faa2a2fd603d481457 [path history] [tgz]
  1. admin/
  2. credentials/
  3. v1/
  4. artman_iam.yaml
  5. artman_iam_admin.yaml
  6. BUILD.bazel
  7. iam.yaml
  8. README.md
google/iam/README.md

Introduction

Key Concepts

Service Account

A Service Account is an account used to identify services (non-humans) to Google. A Service Account has a list of Service Account Keys, which can be used to authenticate to Google.

Service Account Keys

A Service Account Key is a public/private keypair generated by Google. Google retains the public key, while the customer is given the private key. The private key can be used to sign JWTs and authenticate Service Accounts to Google.