KEYCLOAK-10058 Update Securing application guide regarding fuse adapter
This commit is contained in:
parent
7506d9173c
commit
bc146acde7
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
JBoss Fuse 7 leverages Undertow adapter which is essentially the same as
|
JBoss Fuse 7 leverages Undertow adapter which is essentially the same as
|
||||||
ifeval::[{project_community}==true]
|
ifeval::[{project_community}==true]
|
||||||
<<_jboss_adapter,EAP 7 / WildFly 10 Adapter>>
|
<<_jboss_adapter,EAP 7 / WildFly Adapter>>
|
||||||
endif::[]
|
endif::[]
|
||||||
ifeval::[{project_product}==true]
|
ifeval::[{project_product}==true]
|
||||||
<<_jboss_adapter,JBoss EAP 7 Adapter>>
|
<<_jboss_adapter,JBoss EAP 7 Adapter>>
|
||||||
|
|
|
@ -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.
|
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:
|
Use these commands in the Fuse terminal:
|
||||||
+
|
+
|
||||||
|
|
|
@ -64,7 +64,7 @@ Use this for {fuse7Version}:
|
||||||
+
|
+
|
||||||
[source,subs="attributes"]
|
[source,subs="attributes"]
|
||||||
----
|
----
|
||||||
cd /path-to-fuse/jboss-fuse-7.0.z
|
cd /path-to-fuse/fuse-karaf-7.z
|
||||||
ifeval::[{project_community}==true]
|
ifeval::[{project_community}==true]
|
||||||
unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-{project_versionMvn}.zip
|
unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-{project_versionMvn}.zip
|
||||||
endif::[]
|
endif::[]
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
:fuseHawtioEAPVersion: JBoss EAP 6.4
|
:fuseHawtioEAPVersion: JBoss EAP 6.4
|
||||||
:fuseHawtioWARVersion: hawtio-wildfly-1.4.0.redhat-630254.war
|
: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_undertow_xml_urn: urn:jboss:domain:undertow:8.0
|
||||||
:subsystem_infinispan_xml_urn: urn:jboss:domain:infinispan:8.0
|
:subsystem_infinispan_xml_urn: urn:jboss:domain:infinispan:8.0
|
||||||
|
|
Loading…
Reference in a new issue