From 889c14d86e4d83abc358267dd8a0f465f7a76efa Mon Sep 17 00:00:00 2001 From: Sebastian Eicke Date: Tue, 26 Nov 2024 10:09:41 +0100 Subject: [PATCH] Add documentation for aas-gui ENV variable ENDPOINT_CONFIG_AVAILABLE (#25) * Add ENDPOINT_CONFIG_AVAILABLE * Add note for docker image tag --- .../basyx_components/web_ui/features/docker_config.md | 2 ++ .../content/user_documentation/basyx_components/web_ui/index.md | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/source/content/user_documentation/basyx_components/web_ui/features/docker_config.md b/docs/source/content/user_documentation/basyx_components/web_ui/features/docker_config.md index b2bb9fd..52b2dae 100644 --- a/docs/source/content/user_documentation/basyx_components/web_ui/features/docker_config.md +++ b/docs/source/content/user_documentation/basyx_components/web_ui/features/docker_config.md @@ -30,6 +30,7 @@ The following environment variables can be used to configure the AAS Web UI: | KEYCLOAK_URL | The URL of the Keycloak server used as identity provider for RBAC | | KEYCLOAK_REALM | The realm of the Keycloak server | | KEYCLOAK_CLIENT_ID | The client ID of the Keycloak server | +| ENDPOINT_CONFIG_AVAILABLE | Specifies whether the endpoint configuration should be available in the AAS Web UI (ENV variable available starting with eclipsebasyx/aas-gui:v2-241114)| ```{tip} Using environment variables works when building the Docker image yourself or when using the image from Docker Hub. @@ -75,6 +76,7 @@ services: KEYCLOAK_URL: "" (optional; RBAC feature) KEYCLOAK_REALM: "" (optional; RBAC feature) KEYCLOAK_CLIENT_ID: "" (optional; RBAC feature) + ENDPOINT_CONFIG_AVAILABLE: "" (optional; ENV variable available starting with eclipsebasyx/aas-gui:v2-241114) ``` 2. Start the AAS Web UI with the following command: diff --git a/docs/source/content/user_documentation/basyx_components/web_ui/index.md b/docs/source/content/user_documentation/basyx_components/web_ui/index.md index 86586f6..01d8cfe 100644 --- a/docs/source/content/user_documentation/basyx_components/web_ui/index.md +++ b/docs/source/content/user_documentation/basyx_components/web_ui/index.md @@ -131,6 +131,7 @@ services: KEYCLOAK_URL: "" (optional; RBAC feature) KEYCLOAK_REALM: "" (optional; RBAC feature) KEYCLOAK_CLIENT_ID: "" (optional; RBAC feature) + ENDPOINT_CONFIG_AVAILABLE: "" (optional; ENV variable available starting with eclipsebasyx/aas-gui:v2-241114) volumes: - :/usr/src/app/dist/Logo (optional; Corporate Design) ```