1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Sep 24 11:08:57 UTC 2025

This commit is contained in:
Automated 2025-09-24 11:08:57 +00:00
parent 79c9fb4d92
commit 1dea1ef852
168 changed files with 6625 additions and 700 deletions

View file

@ -12,7 +12,7 @@ SYNOPSIS
[--credential-source-field-name=CREDENTIAL_SOURCE_FIELD_NAME]
[--credential-source-headers=[key=value,...]]
[--credential-source-type=CREDENTIAL_SOURCE_TYPE] [--enable-imdsv2]
[--subject-token-type=SUBJECT_TOKEN_TYPE]
[--sts-location=STS_LOCATION] [--subject-token-type=SUBJECT_TOKEN_TYPE]
[--credential-cert-private-key-path=CREDENTIAL_CERT_PRIVATE_KEY_PATH
: --credential-cert-configuration-output-file=CREDENTIAL_CERT_CONFIGURATION_OUTPUT_FILE --credential-cert-trust-chain-path=CREDENTIAL_CERT_TRUST_CHAIN_PATH]
[--executable-output-file=EXECUTABLE_OUTPUT_FILE
@ -135,6 +135,12 @@ OPTIONAL FLAGS
Adds the AWS IMDSv2 session token Url to the credential source to
enforce the AWS IMDSv2 flow.
--sts-location=STS_LOCATION
The location to use for the Security Token Service token endpoint. For
example, specifying us-central1 will configure the client to use the
regional endpoint sts.us-central1.rep.googleapis.com. If not specified,
the global endpoint sts.googleapis.com is used.
--subject-token-type=SUBJECT_TOKEN_TYPE
The type of token being used for authorization. This defaults to
urn:ietf:params:oauth:token-type:jwt.