From 983a6600a0baf0f17899b5be526a29ce5420585a Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Thu, 14 Nov 2024 15:53:44 -0500 Subject: [PATCH] update final ports --- .../zeebe-deployment/configuration/broker.md | 2 +- .../zeebe-deployment/configuration/gateway.md | 14 +++++++------- .../security/client-authorization.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/self-managed/zeebe-deployment/configuration/broker.md b/docs/self-managed/zeebe-deployment/configuration/broker.md index 2712ec94abd..c75d68ab4e4 100644 --- a/docs/self-managed/zeebe-deployment/configuration/broker.md +++ b/docs/self-managed/zeebe-deployment/configuration/broker.md @@ -916,7 +916,7 @@ security: authentication: mode: identity identity: - issuerBackendUrl: http://keycloak:8080/auth/realms/camunda-platform + issuerBackendUrl: http://keycloak:18080/auth/realms/camunda-platform audience: zeebe-api type: keycloak ``` diff --git a/docs/self-managed/zeebe-deployment/configuration/gateway.md b/docs/self-managed/zeebe-deployment/configuration/gateway.md index 05871704477..ed64ab05563 100644 --- a/docs/self-managed/zeebe-deployment/configuration/gateway.md +++ b/docs/self-managed/zeebe-deployment/configuration/gateway.md @@ -274,12 +274,12 @@ The Zeebe configuration properties for Camunda Identity are deprecated as of ver Camunda Identity properties or the [corresponding environment variables](../../identity/deployment/configuration-variables.md#core-configuration). ::: -| Field | Description | Example value | -| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- | -| issuerBackendUrl | The URL to the auth provider backend, used to validate tokens. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_IDENTITY_ISSUERBACKENDURL`. | http://keycloak:8080/auth/realms/camunda-platform | -| audience | The required audience of the auth token. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_IDENTITY_AUDIENCE`. | zeebe-api | -| type | The identity auth type to apply, one of `keycloak` or `auth0`. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_IDENTITY_TYPE`. | keycloak | -| baseUrl | The URL to the Identity instance. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_IDENTITY_BASEURL`. | http://identity:8084 | +| Field | Description | Example value | +| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | +| issuerBackendUrl | The URL to the auth provider backend, used to validate tokens. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_IDENTITY_ISSUERBACKENDURL`. | http://keycloak:18080/auth/realms/camunda-platform | +| audience | The required audience of the auth token. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_IDENTITY_AUDIENCE`. | zeebe-api | +| type | The identity auth type to apply, one of `keycloak` or `auth0`. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_IDENTITY_TYPE`. | keycloak | +| baseUrl | The URL to the Identity instance. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_IDENTITY_BASEURL`. | http://identity:8084 | #### YAML snippet @@ -288,7 +288,7 @@ security: authentication: mode: identity identity: - issuerBackendUrl: http://keycloak:8080/auth/realms/camunda-platform + issuerBackendUrl: http://keycloak:18080/auth/realms/camunda-platform audience: zeebe-api type: keycloak ``` diff --git a/docs/self-managed/zeebe-deployment/security/client-authorization.md b/docs/self-managed/zeebe-deployment/security/client-authorization.md index 1c2f7bd6f37..8a14c1c8b27 100644 --- a/docs/self-managed/zeebe-deployment/security/client-authorization.md +++ b/docs/self-managed/zeebe-deployment/security/client-authorization.md @@ -21,7 +21,7 @@ security: authentication: mode: identity identity: - issuerBackendUrl: http://keycloak:8080/auth/realms/camunda-platform + issuerBackendUrl: http://keycloak:18080/auth/realms/camunda-platform audience: zeebe-api type: keycloak ```