Yi 288c1af4d3 project: updated 2 years ago
..
admin 288c1af4d3 project: updated 2 years ago
credentials 288c1af4d3 project: updated 2 years ago
v1 288c1af4d3 project: updated 2 years ago
v1beta 288c1af4d3 project: updated 2 years ago
v2 288c1af4d3 project: updated 2 years ago
v2beta 288c1af4d3 project: updated 2 years ago
BUILD.bazel 288c1af4d3 project: updated 2 years ago
README.md 288c1af4d3 project: updated 2 years ago

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.