1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 9 08:39:30 UTC 2022

This commit is contained in:
Automated 2022-03-09 08:39:30 +00:00
parent 5829e94e90
commit 7d82d0fc32
210 changed files with 7192 additions and 887 deletions

View file

@ -10,8 +10,8 @@ SYNOPSIS
[--app-id-uri=APP_ID_URI]
[--credential-source-field-name=CREDENTIAL_SOURCE_FIELD_NAME]
[--credential-source-headers=[key=value,...]]
[--credential-source-type=CREDENTIAL_SOURCE_TYPE]
[--include-aws-session-token-url] [--service-account=SERVICE_ACCOUNT]
[--credential-source-type=CREDENTIAL_SOURCE_TYPE] [--enable-imdsv2]
[--service-account=SERVICE_ACCOUNT]
[--subject-token-type=SUBJECT_TOKEN_TYPE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -43,7 +43,7 @@ EXAMPLES
$ gcloud alpha iam workload-identity-pools create-cred-config \
projects/$PROJECT_NUMBER/locations/$REGION/\
workloadIdentityPools/$WORKLOAD_POOL_ID/providers/$PROVIDER_ID \
--service-account=$EMAIL --aws --include-aws-session-token-url \
--service-account=$EMAIL --aws --enable-imdsv2 \
--output-file=credentials.json
To create an Azure-based credential configuration for your project, run:
@ -96,9 +96,9 @@ OPTIONAL FLAGS
--credential-source-type=CREDENTIAL_SOURCE_TYPE
The format of the credential source (JSON or text).
--include-aws-session-token-url
Adds the AWS session token url to the credential source to enforce the
AWS IMDSv2 flow.
--enable-imdsv2
Adds the AWS IMDSv2 session token url to the credential source to
enforce the AWS IMDSv2 flow.
--service-account=SERVICE_ACCOUNT
The email of the service account to impersonate.