mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 07:40:10 +00:00
gcloud: Thu Dec 14 10:23:57 UTC 2023
This commit is contained in:
parent
f36750d203
commit
a990278fb3
205 changed files with 4929 additions and 1866 deletions
|
|
@ -19,14 +19,16 @@ SYNOPSIS
|
|||
[--conform-action=CONFORM_ACTION] [--description=DESCRIPTION]
|
||||
[--enforce-on-key=ENFORCE_ON_KEY]
|
||||
[--enforce-on-key-configs=[[all],[ip],[xff-ip],
|
||||
[http-cookie=HTTP_COOKIE],
|
||||
[http-header=HTTP_HEADER],[http-path],[sni],[region-code]],[...]]
|
||||
[http-cookie=HTTP_COOKIE],[http-header=HTTP_HEADER],[http-path],
|
||||
[sni],[region-code],[tls-ja3-fingerprint],[user-ip]],[...]]
|
||||
[--enforce-on-key-name=ENFORCE_ON_KEY_NAME]
|
||||
[--exceed-action=EXCEED_ACTION]
|
||||
[--exceed-redirect-target=EXCEED_REDIRECT_TARGET]
|
||||
[--exceed-redirect-type=EXCEED_REDIRECT_TYPE] [--preview]
|
||||
[--rate-limit-threshold-count=RATE_LIMIT_THRESHOLD_COUNT]
|
||||
[--rate-limit-threshold-interval-sec=RATE_LIMIT_THRESHOLD_INTERVAL_SEC]
|
||||
[--recaptcha-action-site-keys=[SITE_KEY,...]]
|
||||
[--recaptcha-session-site-keys=[SITE_KEY,...]]
|
||||
[--redirect-target=REDIRECT_TARGET] [--redirect-type=REDIRECT_TYPE]
|
||||
[--region=REGION]
|
||||
[--request-headers-to-add=[REQUEST_HEADERS_TO_ADD,...]]
|
||||
|
|
@ -175,11 +177,16 @@ OPTIONAL FLAGS
|
|||
the TLS session of the HTTPS request
|
||||
◆ region-code: key type takes the value of the region code from which
|
||||
the request originates
|
||||
◆ tls-ja3-fingerprint: key type takes the value of JA3 TLS/SSL
|
||||
fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3
|
||||
◆ user-ip: key type takes the IP address of the originating client,
|
||||
which is resolved based on user-ip-request-headers configured with
|
||||
the security policy
|
||||
|
||||
ENFORCE_ON_KEY must be one of: ip, all, http-header, xff-ip,
|
||||
http-cookie, http-path, sni, region-code.
|
||||
http-cookie, http-path, sni, region-code, tls-ja3-fingerprint, user-ip.
|
||||
|
||||
--enforce-on-key-configs=[[all],[ip],[xff-ip],[http-cookie=HTTP_COOKIE],[http-header=HTTP_HEADER],[http-path],[sni],[region-code]],[...]
|
||||
--enforce-on-key-configs=[[all],[ip],[xff-ip],[http-cookie=HTTP_COOKIE],[http-header=HTTP_HEADER],[http-path],[sni],[region-code],[tls-ja3-fingerprint],[user-ip]],[...]
|
||||
Specify up to 3 key type/name pairs to rate limit. Valid key types are:
|
||||
|
||||
◆ ip: each client IP address has this limit enforced separately
|
||||
|
|
@ -195,6 +202,11 @@ OPTIONAL FLAGS
|
|||
the TLS session of the HTTPS request
|
||||
◆ region-code: key type takes the value of the region code from which
|
||||
the request originates
|
||||
◆ tls-ja3-fingerprint: key type takes the value of JA3 TLS/SSL
|
||||
fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3
|
||||
◆ user-ip: key type takes the IP address of the originating client,
|
||||
which is resolved based on user-ip-request-headers configured with
|
||||
the security policy
|
||||
|
||||
Key names are only applicable to the following key types:
|
||||
◆ http-header: The name of the HTTP header whose value is taken as
|
||||
|
|
@ -237,6 +249,18 @@ OPTIONAL FLAGS
|
|||
Interval over which the threshold for rate limiting requests is
|
||||
computed.
|
||||
|
||||
--recaptcha-action-site-keys=[SITE_KEY,...]
|
||||
A comma-separated list of site keys to be used during the validation of
|
||||
reCAPTCHA action-tokens. The provided site keys need to be created from
|
||||
the reCAPTCHA API under the same project where the security policy is
|
||||
created.
|
||||
|
||||
--recaptcha-session-site-keys=[SITE_KEY,...]
|
||||
A comma-separated list of site keys to be used during the validation of
|
||||
reCAPTCHA session-tokens. The provided site keys need to be created
|
||||
from the reCAPTCHA API under the same project where the security policy
|
||||
is created.
|
||||
|
||||
--redirect-target=REDIRECT_TARGET
|
||||
URL target for the redirect action. Must be specified if the redirect
|
||||
type is external-302. Cannot be specified if the redirect type is
|
||||
|
|
|
|||
|
|
@ -10,14 +10,16 @@ SYNOPSIS
|
|||
[--conform-action=CONFORM_ACTION] [--description=DESCRIPTION]
|
||||
[--enforce-on-key=ENFORCE_ON_KEY]
|
||||
[--enforce-on-key-configs=[[all],[ip],[xff-ip],
|
||||
[http-cookie=HTTP_COOKIE],
|
||||
[http-header=HTTP_HEADER],[http-path],[sni],[region-code]],[...]]
|
||||
[http-cookie=HTTP_COOKIE],[http-header=HTTP_HEADER],[http-path],
|
||||
[sni],[region-code],[tls-ja3-fingerprint],[user-ip]],[...]]
|
||||
[--enforce-on-key-name=ENFORCE_ON_KEY_NAME]
|
||||
[--exceed-action=EXCEED_ACTION]
|
||||
[--exceed-redirect-target=EXCEED_REDIRECT_TARGET]
|
||||
[--exceed-redirect-type=EXCEED_REDIRECT_TYPE] [--preview]
|
||||
[--rate-limit-threshold-count=RATE_LIMIT_THRESHOLD_COUNT]
|
||||
[--rate-limit-threshold-interval-sec=RATE_LIMIT_THRESHOLD_INTERVAL_SEC]
|
||||
[--recaptcha-action-site-keys=[SITE_KEY,...]]
|
||||
[--recaptcha-session-site-keys=[SITE_KEY,...]]
|
||||
[--redirect-target=REDIRECT_TARGET] [--redirect-type=REDIRECT_TYPE]
|
||||
[--region=REGION]
|
||||
[--request-headers-to-add=[REQUEST_HEADERS_TO_ADD,...]]
|
||||
|
|
@ -126,11 +128,16 @@ FLAGS
|
|||
the TLS session of the HTTPS request
|
||||
◆ region-code: key type takes the value of the region code from which
|
||||
the request originates
|
||||
◆ tls-ja3-fingerprint: key type takes the value of JA3 TLS/SSL
|
||||
fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3
|
||||
◆ user-ip: key type takes the IP address of the originating client,
|
||||
which is resolved based on user-ip-request-headers configured with
|
||||
the security policy
|
||||
|
||||
ENFORCE_ON_KEY must be one of: ip, all, http-header, xff-ip,
|
||||
http-cookie, http-path, sni, region-code.
|
||||
http-cookie, http-path, sni, region-code, tls-ja3-fingerprint, user-ip.
|
||||
|
||||
--enforce-on-key-configs=[[all],[ip],[xff-ip],[http-cookie=HTTP_COOKIE],[http-header=HTTP_HEADER],[http-path],[sni],[region-code]],[...]
|
||||
--enforce-on-key-configs=[[all],[ip],[xff-ip],[http-cookie=HTTP_COOKIE],[http-header=HTTP_HEADER],[http-path],[sni],[region-code],[tls-ja3-fingerprint],[user-ip]],[...]
|
||||
Specify up to 3 key type/name pairs to rate limit. Valid key types are:
|
||||
|
||||
◆ ip: each client IP address has this limit enforced separately
|
||||
|
|
@ -146,6 +153,11 @@ FLAGS
|
|||
the TLS session of the HTTPS request
|
||||
◆ region-code: key type takes the value of the region code from which
|
||||
the request originates
|
||||
◆ tls-ja3-fingerprint: key type takes the value of JA3 TLS/SSL
|
||||
fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3
|
||||
◆ user-ip: key type takes the IP address of the originating client,
|
||||
which is resolved based on user-ip-request-headers configured with
|
||||
the security policy
|
||||
|
||||
Key names are only applicable to the following key types:
|
||||
◆ http-header: The name of the HTTP header whose value is taken as
|
||||
|
|
@ -188,6 +200,18 @@ FLAGS
|
|||
Interval over which the threshold for rate limiting requests is
|
||||
computed.
|
||||
|
||||
--recaptcha-action-site-keys=[SITE_KEY,...]
|
||||
A comma-separated list of site keys to be used during the validation of
|
||||
reCAPTCHA action-tokens. The provided site keys need to be created from
|
||||
the reCAPTCHA API under the same project where the security policy is
|
||||
created.
|
||||
|
||||
--recaptcha-session-site-keys=[SITE_KEY,...]
|
||||
A comma-separated list of site keys to be used during the validation of
|
||||
reCAPTCHA session-tokens. The provided site keys need to be created
|
||||
from the reCAPTCHA API under the same project where the security policy
|
||||
is created.
|
||||
|
||||
--redirect-target=REDIRECT_TARGET
|
||||
URL target for the redirect action. Must be specified if the redirect
|
||||
type is external-302. Cannot be specified if the redirect type is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue