Gogs bef6e57d0d first commit 3 місяців тому
..
admin bef6e57d0d first commit 3 місяців тому
credentials bef6e57d0d first commit 3 місяців тому
v1 bef6e57d0d first commit 3 місяців тому
v1beta bef6e57d0d first commit 3 місяців тому
BUILD.bazel bef6e57d0d first commit 3 місяців тому
README.md bef6e57d0d first commit 3 місяців тому
iam_meta_api.yaml bef6e57d0d first commit 3 місяців тому

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.