You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kratos/third_party/google/iam
Tony 7d2d851720 add third_party proto 6 years ago
..
admin/v1 add third_party proto 6 years ago
credentials add third_party proto 6 years ago
v1 add third_party proto 6 years ago
README.md add third_party proto 6 years ago
artman_iam.yaml add third_party proto 6 years ago
artman_iam_admin.yaml add third_party proto 6 years ago
artman_iam_meta_api.yaml add third_party proto 6 years ago
iam.yaml add third_party proto 6 years ago
iam_meta_api.yaml add third_party proto 6 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.