epgw service command
Name
epgw service - Launches the Eggplant Gateway Service
Options
| Option | Description |
|---|---|
----username | Sets the user name to use for Basic authentication. |
----password | Sets the password to use for Basic authentication. |
----url | Sets the URL prefix to which the server should respond. The protocol (http:// or https://) must be included with each URL. |
----httpsKeyPassword | Sets the password used to protect the private key of the certificate used for the HTTPS endpoint. |
----httpsKeyPath | Sets the path to the private key of the certificate used for the HTTPS endpoint. |
----httpsCertPath | Sets the path to the certificate used for the HTTPS endpoint. |
----enableEggcloud | Enables EggCloud functionality |
----eggcloudVncPort | Sets the port for the EggCloud VNC server. |
----oidcAuthority | Sets the endpoint for the OIDC authority. |
----oidcClientSecret | Sets the secret for the OIDC client application. |
----oidcClientId | Sets the ID for the OIDC client application. |
----enableMcp | Enables Model Context Protocol (MCP) server |
----sutServiceBaseUrl | Sets the base URL of the DAI sut-service. When set, connections are loaded from the sut-service instead of the Eggplant Studio plist. |
----sutServiceKeycloakAuthority | Sets the Keycloak authority URL used to obtain a client-credentials token for the sut-service. |
----sutServiceClientId | Sets the Keycloak client ID for accessing the sut-service. |
----sutServiceClientSecret | Sets the Keycloak client secret for accessing the sut-service. |