mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Jul 25 09:27:13 UTC 2024
This commit is contained in:
parent
503936d882
commit
3a4c5997b9
153 changed files with 2744 additions and 496 deletions
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha workstations configs create
|
||||
(CONFIG : --cluster=CLUSTER --region=REGION)
|
||||
[--allow-unauthenticated-cors-preflight-requests]
|
||||
[--allowed-ports=[ALLOWED_PORTS,...]] [--async]
|
||||
[--boost-config=[BOOST_CONFIG,...]]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE; default=50]
|
||||
|
|
@ -102,6 +103,15 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property workstations/region.
|
||||
|
||||
FLAGS
|
||||
--allow-unauthenticated-cors-preflight-requests
|
||||
By default, the workstations service makes sure that all requests to
|
||||
the workstation are authenticated. CORS preflight requests do not
|
||||
include cookies or custom headers, and so are considered
|
||||
unauthenticated and blocked by the workstations service. Enabling this
|
||||
option allows these unauthenticated CORS preflight requests through to
|
||||
the workstation, where it becomes the responsibility of the destination
|
||||
server in the workstation to validate the request
|
||||
|
||||
--allowed-ports=[ALLOWED_PORTS,...]
|
||||
A Single or Range of ports externally accessible in the workstation. If
|
||||
not specified defaults to ports 22, 80 and ports 1024-65535.
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ SYNOPSIS
|
|||
[--shielded-vtpm] [--vm-tags=[VM_TAGS,...]]
|
||||
[--accelerator-count=ACCELERATOR_COUNT
|
||||
: --accelerator-type=ACCELERATOR_TYPE]
|
||||
[--allow-unauthenticated-cors-preflight-requests
|
||||
| --disallow-unauthenticated-cors-preflight-requests]
|
||||
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
|
||||
| --container-predefined-image=CONTAINER_PREDEFINED_IMAGE]
|
||||
[--disable-ssh-to-vm | --enable-ssh-to-vm]
|
||||
|
|
@ -304,6 +306,21 @@ FLAGS
|
|||
The type of accelerator resource to attach to the instance, for
|
||||
example, "nvidia-tesla-p100".
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--allow-unauthenticated-cors-preflight-requests
|
||||
By default, the workstations service makes sure that all requests to
|
||||
the workstation are authenticated. CORS preflight requests do not
|
||||
include cookies or custom headers, and so are considered
|
||||
unauthenticated and blocked by the workstations service. Enabling
|
||||
this option allows these unauthenticated CORS preflight requests
|
||||
through to the workstation, where it becomes the responsibility of
|
||||
the destination server in the workstation to validate the request
|
||||
|
||||
--disallow-unauthenticated-cors-preflight-requests
|
||||
If set, requires that all requests to the workstation are
|
||||
authenticated.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--container-custom-image=CONTAINER_CUSTOM_IMAGE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue