KEYCLOAK-19433 Fixing link to Data Grid documentation (#1280)
Adding note about Spring Boot adapter deprecation to 7.4 Securing Apps guide. Will clone this change for 7.5.
This commit is contained in:
parent
1146b4d5c9
commit
ce1d74a9af
3 changed files with 11 additions and 1 deletions
|
@ -169,6 +169,8 @@ These features have a change in status:
|
|||
|
||||
* Support for Red Hat Single Sign-On (RH-SSO) on Red Hat Enterprise Linux 6 (RHEL 6) is deprecated and the 7.5 release of RH-SSO will not be supported on RHEL 6. RHEL 6 entered the ELS phase of its lifecycle on November 30, 2020 and the Red Hat JBoss Enterprise Application Platform (EAP) that RH-SSO depends upon will drop support for RHEL 6 with the EAP 7.4 release. Customers should deploy their RH-SSO 7.5 upgrades on RHEL 7 or 8 versions.
|
||||
|
||||
* The Spring Boot Adapter is deprecated and will not be included in the 8.0 and higher versions of RH-SSO. This adapter will be maintained during the lifecycle of RH-SSO 7.x. Users are urged to migrate to Spring Security to integrate their Spring Boot applications with RH-SSO.
|
||||
|
||||
* Installation from an RPM is deprecated. Red Hat Single Sign-On will continue to deliver RPMs for the life of the 7.x product, but will not deliver RPMs with the next major version. The product will continue to support installation from a ZIP file and installation on OpenShift.
|
||||
|
||||
* Authorization Services Drools Policy has been removed
|
||||
|
|
|
@ -4,6 +4,14 @@
|
|||
To be able to secure Spring Boot apps you must add the Keycloak Spring Boot adapter JAR to your app.
|
||||
You then have to provide some extra configuration via normal Spring Boot configuration (`application.properties`). Let's go over these steps.
|
||||
|
||||
ifeval::[{project_product}==true]
|
||||
====
|
||||
[NOTE]
|
||||
The Spring Boot Adapter is deprecated and will not be included in the 8.0 and higher versions of RH-SSO. This adapter will be maintained during the lifecycle of RH-SSO 7.x. Users are urged to migrate to Spring Security to integrate their Spring Boot applications with RH-SSO.
|
||||
====
|
||||
endif::[]
|
||||
|
||||
|
||||
[[_spring_boot_adapter_installation]]
|
||||
===== Adapter Installation
|
||||
|
||||
|
|
|
@ -151,7 +151,7 @@
|
|||
:jdgserver_name: RHDG
|
||||
:jdgserver_version: 7.3
|
||||
:jdgserver_version_latest: 8.1
|
||||
:jdgserver_crossdcdocs_link: https://access.redhat.com/documentation/en-us/red_hat_data_grid/8.1/html/data_grid_guide_to_cross-site_replication/index/
|
||||
:jdgserver_crossdcdocs_link: https://access.redhat.com/documentation/en-us/red_hat_data_grid/8.1/html/data_grid_guide_to_cross-site_replication/index
|
||||
|
||||
:fuseVersion: JBoss Fuse 6.3.0 Rollup 12
|
||||
:fuseHawtioEAPVersion: JBoss EAP 6.4
|
||||
|
|
Loading…
Reference in a new issue