Globus Connect Server Stream Gateway Update
Description
The globus-connect-server stream-gateway update command updates a stream gateway and its related stream access point.
There is one required argument to this command: GATEWAY_ID.
This is the id of the stream gateway to update. The id value is displayed when the
stream gateway is created, or may be found by running the
globus-connect-server stream-gateway list command.
The rest of the parameters for this command are the same as those to the globus-connect-server stream-gateway create command.
OPTIONS
- -h, --help
-
Show help message and exit.
- --version
-
Show the version and exit.
- -F, --format "text"|"json"
-
Output format for this command. If the format is json, then the resulting role document is displayed.
- --use-explicit-host IP_ADDRESS
-
IP address of the GCS node to use for this request. If not specified, any available GCS node in the endpoint will be used.
- --user-deny username
- --user-deny file:PATH
-
Connector-specific username for a user denied access to this Stream Gateway. Give this option multiple times to deny multiple users. Set a value of "" to clear this value. If the parameter value begins with
file:, read the input file path and parse as one or more lines of a whitespace delimited list of usernames to deny access to this stream gateway. - --user-allow username
- --user-allow file:PATH
-
Connector-specific username for a user allowed access to this Stream Gateway. Give this option multiple times to allow multiple users. Set a value of "" to clear this value. If the parameter value begins with
file:, read the input file path and parse as one or more lines of a whitespace delimited list of usernames to allow access to this stream gateway. -
--identity-mapping external:
CMD -
--identity-mapping file:
JSON_FILE|JSON -
Identity Mapping configuration for use in this Stream Gateway. You can use JSON input to specify a complete mapping document, or, if you want to use an external command for mapping, use external:command --arguments. Give this option multiple times to set multiple mappings in order of precedence. Set a value of null to clear this value.
- --domain DOMAIN
-
Allowed domain. Give this option multiple times to allow multiple domains. Users creating credentials or collections on this stream gateway must have an identity in one of these domains.
- --lan-secret-required
-
If set, require that a user create a secret to authenticate the lan connection
- --lan-name NAME
-
Name associated with a LAN address to indicate which network interface to use for the LAN stream connection
- --keywords string,string,…
-
Comma separated list of keywords to help searches for the collection
- --department
DEPARTMENT -
Department which operates the collection
- --organization
ORGANIZATION -
Organization for the Collection
- --contact-email
EMAIL -
Email address of the support contact for this collection. This is visible to end users so that they may contact your organization for support.
- --contact-info
INFO -
Other non-email contact information for the collection, e.g. phone and mailing address. This is visible to end users for support.
- --info-link
URL -
Link to a web page containing info about the collection.
- --description
STRING -
Description of the collection.