Skip to main content

epgw service command

Name

epgw service - Launches the Eggplant Gateway Service

Options

OptionDescription
----usernameSets the user name to use for Basic authentication.
----passwordSets the password to use for Basic authentication.
----urlSets the URL prefix to which the server should respond. The protocol (http:// or https://) must be included with each URL.
----httpsKeyPasswordSets the password used to protect the private key of the certificate used for the HTTPS endpoint.
----httpsKeyPathSets the path to the private key of the certificate used for the HTTPS endpoint.
----httpsCertPathSets the path to the certificate used for the HTTPS endpoint.
----enableEggcloudEnables EggCloud functionality
----eggcloudVncPortSets the port for the EggCloud VNC server.
----oidcAuthoritySets the endpoint for the OIDC authority.
----oidcClientSecretSets the secret for the OIDC client application.
----oidcClientIdSets the ID for the OIDC client application.
----enableMcpEnables Model Context Protocol (MCP) server
----sutServiceBaseUrlSets the base URL of the DAI sut-service. When set, connections are loaded from the sut-service instead of the Eggplant Studio plist.
----sutServiceKeycloakAuthoritySets the Keycloak authority URL used to obtain a client-credentials token for the sut-service.
----sutServiceClientIdSets the Keycloak client ID for accessing the sut-service.
----sutServiceClientSecretSets the Keycloak client secret for accessing the sut-service.

See Also