mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -14,7 +14,7 @@ SYNOPSIS
|
|||
[--credential-source-type=CREDENTIAL_SOURCE_TYPE] [--enable-imdsv2]
|
||||
[--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-configuration-output-file=CREDENTIAL_CERT_CONFIGURATION_OUTPUT_FILE --credential-cert-trust-chain-path=CREDENTIAL_CERT_TRUST_CHAIN_PATH]
|
||||
[--executable-output-file=EXECUTABLE_OUTPUT_FILE
|
||||
--executable-timeout-millis=EXECUTABLE_TIMEOUT_MILLIS]
|
||||
[--service-account=SERVICE_ACCOUNT
|
||||
|
|
@ -153,6 +153,13 @@ OPTIONAL FLAGS
|
|||
If not specified, the certificate configuration will be created at
|
||||
the default gcloud location.
|
||||
|
||||
--credential-cert-trust-chain-path=CREDENTIAL_CERT_TRUST_CHAIN_PATH
|
||||
Path for the trust chain file. A trust chain file is required if
|
||||
there are intermediate certificates in the certificate chain in
|
||||
between the root certificate stored in the workload identity pool
|
||||
provider trust store. This trust chain file should be a list of PEM
|
||||
certificates, with the leaf certificate at the top.
|
||||
|
||||
Arguments for an executable type credential source.
|
||||
|
||||
--executable-output-file=EXECUTABLE_OUTPUT_FILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue