Add multi-site active-passive support to the release notes (#27575)

Closes #27573

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-03-06 12:59:22 +01:00 committed by GitHub
parent 4b697009d3
commit 2199d37879
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 2 deletions

View file

@ -80,7 +80,7 @@ Deploying {project_name} to multiple independent sites is essential for some env
This release adds preview-support for active-passive deployments for {project_name}.
A lot of work has gone into testing and verifying a setup which can sustain load and recover from the failure scenarios.
To get started, use the https://www.keycloak.org/guides#high-availability[high-availability guide] which also includes a comprehensive blueprint to deploy a highly available {project_name} to a cloud environment.
To get started, use the link:{highavailabilityguide_link}[{highavailabilityguide_name}] which also includes a comprehensive blueprint to deploy a highly available {project_name} to a cloud environment.
= Adapters

View file

@ -444,4 +444,11 @@ ifeval::[{project_community}==true]
With sunsetting of the https://github.com/mp911de/logstash-gelf[underlying library] providing integration
with GELF, Keycloak will no longer support the GELF log handler out-of-the-box. This feature will be removed in a future
release. If you require an external log management, consider using file log parsing.
endif::[]
endif::[]
= Support for multi-site active-passive deployments
Deploying {project_name} to multiple independent sites is essential for some environments to provide high availability and a speedy recovery from failures.
This release supports active-passive deployments for {project_name}.
To get started, use the link:{highavailabilityguide_link}[{highavailabilityguide_name}] which also includes a comprehensive blueprint to deploy a highly available {project_name} to a cloud environment.

View file

@ -71,6 +71,8 @@
:gettingstarted_name_short: Getting Started
:gettingstarted_link: https://www.keycloak.org/guides#getting-started
:gettingstarted_link_latest: https://www.keycloak.org/guides#getting-started
:highavailabilityguide_name: High Availability Guide
:highavailabilityguide_link: https://www.keycloak.org/guides#high-availability
:upgradingguide_name: Upgrading Guide
:upgradingguide_name_short: Upgrading
:upgradingguide_link: {project_doc_base_url}/upgrading/