Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a warning for Keycloak URL changes after 8.5 #4294

Merged
merged 5 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Clients in Camunda 8 SaaS and applications in Camunda 8 Self-Managed provide a s

## Steps

:::caution Keycloak URLs
As of the 8.5.3 release, Identity uses the Keycloak frontend URL instead of the backend URL. This change may affect you if you have blocked the Keycloak frontend URL from other services (including Camunda applications), and can potentially impact Identity's functionality.

To avoid connectivity issues, ensure your Keycloak frontend URL is accessible by adjusting your network, firewall, or security settings as needed. This adjustment is crucial to maintain the integration with Keycloak and ensure compatibility.
:::

To connect Identity to an existing Keycloak instance, take the following steps:

1. Log in to your Keycloak Admin Console.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ since the Zeebe user tasks are only experimental in `8.4`.
If you need the data on migrated user task instances, you can reactivate them using [Process Instance Modification](/components/concepts/process-instance-modification.md).
This results in a `UserTask:CANCELED` event for the existing user task and a new `UserTask:CREATED` event with the `candidateUsersList` and `candidateGroupsList` filled based on what is configured in the process model.
:::

## Identity

Identity now uses the Keycloak frontend URL instead of the backend URL. This change may affect you if you have blocked the Keycloak frontend URL from other services (including Camunda applications), and can potentially impact Identity's functionality.

To avoid connectivity issues, ensure your Keycloak frontend URL is accessible by adjusting your network, firewall, or security settings as needed. This adjustment is crucial to maintain the integration with Keycloak and ensure compatibility.
6 changes: 6 additions & 0 deletions versioned_docs/version-8.5/reference/announcements.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ Timestamps which were previously serialized as `ISO8061` strings are now seriali

Until a fix is delivered in 8.5.1, workarounds include not deserializing timestamp values from affected APIs, or deserializing them as integers.

### Identity Keycloak URL changes

Identity now uses the Keycloak frontend URL instead of the backend URL. This change may affect you if you have blocked the Keycloak frontend URL from other services (including Camunda applications), and can potentially impact Identity's functionality.

To avoid connectivity issues, ensure your Keycloak frontend URL is accessible by adjusting your network, firewall, or security settings as needed. This adjustment is crucial to maintain the integration with Keycloak and ensure compatibility.

## Camunda 8.4

Release date: 9th of January 2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Clients in Camunda 8 SaaS and applications in Camunda 8 Self-Managed provide a s

## Steps

:::caution Keycloak URLs
As of the 8.5.3 release, Identity uses the Keycloak frontend URL instead of the backend URL. This change may affect you if you have blocked the Keycloak frontend URL from other services (including Camunda applications), and can potentially impact Identity's functionality.

To avoid connectivity issues, ensure your Keycloak frontend URL is accessible by adjusting your network, firewall, or security settings as needed. This adjustment is crucial to maintain the integration with Keycloak and ensure compatibility.
:::

To connect Identity to an existing Keycloak instance, take the following steps:

1. Log in to your Keycloak Admin Console.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ since the Zeebe user tasks are only experimental in `8.4`.
If you need the data on migrated user task instances, you can reactivate them using [Process Instance Modification](/components/concepts/process-instance-modification.md).
This results in a `UserTask:CANCELED` event for the existing user task and a new `UserTask:CREATED` event with the `candidateUsersList` and `candidateGroupsList` filled based on what is configured in the process model.
:::

## Identity

Identity now uses the Keycloak frontend URL instead of the backend URL. This change may affect you if you have blocked the Keycloak frontend URL from other services (including Camunda applications), and can potentially impact Identity's functionality.

To avoid connectivity issues, ensure your Keycloak frontend URL is accessible by adjusting your network, firewall, or security settings as needed. This adjustment is crucial to maintain the integration with Keycloak and ensure compatibility.
Loading