From bc146acde799d2a00e8e79731bfec1b926f0d934 Mon Sep 17 00:00:00 2001 From: vramik Date: Tue, 16 Apr 2019 10:28:45 +0200 Subject: [PATCH] KEYCLOAK-10058 Update Securing application guide regarding fuse adapter --- securing_apps/topics/oidc/java/fuse7-adapter.adoc | 2 +- securing_apps/topics/oidc/java/fuse7/fuse-admin.adoc | 2 +- securing_apps/topics/oidc/java/fuse7/install-feature.adoc | 2 +- topics/templates/document-attributes-community.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/securing_apps/topics/oidc/java/fuse7-adapter.adoc b/securing_apps/topics/oidc/java/fuse7-adapter.adoc index 0c0d058b57..7b0f8a98e4 100644 --- a/securing_apps/topics/oidc/java/fuse7-adapter.adoc +++ b/securing_apps/topics/oidc/java/fuse7-adapter.adoc @@ -6,7 +6,7 @@ JBoss Fuse 7 leverages Undertow adapter which is essentially the same as ifeval::[{project_community}==true] -<<_jboss_adapter,EAP 7 / WildFly 10 Adapter>> +<<_jboss_adapter,EAP 7 / WildFly Adapter>> endif::[] ifeval::[{project_product}==true] <<_jboss_adapter,JBoss EAP 7 Adapter>> diff --git a/securing_apps/topics/oidc/java/fuse7/fuse-admin.adoc b/securing_apps/topics/oidc/java/fuse7/fuse-admin.adoc index edfafec120..e9fb4e415f 100644 --- a/securing_apps/topics/oidc/java/fuse7/fuse-admin.adoc +++ b/securing_apps/topics/oidc/java/fuse7/fuse-admin.adoc @@ -36,7 +36,7 @@ sshRealm=keycloak ---- This file specifies the client application configuration, which is used by JAAS DirectAccessGrantsLoginModule from the `keycloak` JAAS realm for SSH authentication. -. Start Fuse and install the `keycloak` JAAS realm. The easiest way is to install the `keycloak-jaas` feature, which has the JAAS realm predefined. You can override the feature's predefined realm by using your own `keycloak` JAAS realm with higher ranking. For details see the https://access.redhat.com/documentation/en-us/red_hat_fuse/7.0/html-single/security_guide/#ESBSecureContainer[JBoss Fuse documentation]. +. Start Fuse and install the `keycloak` JAAS realm. The easiest way is to install the `keycloak-jaas` feature, which has the JAAS realm predefined. You can override the feature's predefined realm by using your own `keycloak` JAAS realm with higher ranking. For details see the https://access.redhat.com/documentation/en-us/red_hat_fuse/7.2/html-single/apache_karaf_security_guide/index#ESBSecureContainer[JBoss Fuse documentation]. + Use these commands in the Fuse terminal: + diff --git a/securing_apps/topics/oidc/java/fuse7/install-feature.adoc b/securing_apps/topics/oidc/java/fuse7/install-feature.adoc index 9f589e1583..92eb080d7b 100644 --- a/securing_apps/topics/oidc/java/fuse7/install-feature.adoc +++ b/securing_apps/topics/oidc/java/fuse7/install-feature.adoc @@ -64,7 +64,7 @@ Use this for {fuse7Version}: + [source,subs="attributes"] ---- -cd /path-to-fuse/jboss-fuse-7.0.z +cd /path-to-fuse/fuse-karaf-7.z ifeval::[{project_community}==true] unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-{project_versionMvn}.zip endif::[] diff --git a/topics/templates/document-attributes-community.adoc b/topics/templates/document-attributes-community.adoc index 408d36e79b..cc4df04921 100644 --- a/topics/templates/document-attributes-community.adoc +++ b/topics/templates/document-attributes-community.adoc @@ -95,7 +95,7 @@ :fuseHawtioEAPVersion: JBoss EAP 6.4 :fuseHawtioWARVersion: hawtio-wildfly-1.4.0.redhat-630254.war -:fuse7Version: JBoss Fuse 7.0.1 +:fuse7Version: JBoss Fuse 7.2.0 :subsystem_undertow_xml_urn: urn:jboss:domain:undertow:8.0 :subsystem_infinispan_xml_urn: urn:jboss:domain:infinispan:8.0