Skip to content

Commit 4127608

Browse files
jmagakGitHub Actions
andauthored
Add keycloak plugin 1.4 787 (#794)
* Add keycloak plugin 1.4 (#787) * Add keycloak plugin 1.4 * Add keycloak plugin 1.4 * Add keycloak plugin 1.4 * Add keycloak plugin 1.4 --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent b1c63e8 commit 4127608

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

artifacts/attributes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
:rhsso: RHSSO
3838
:rhbk-brand-name: Red Hat Build of Keycloak
3939
:rhbk: RHBK
40+
:keycloak-version: 24.0
4041

4142
// Partner Platforms
4243
:aws-brand-name: Amazon Web Services

artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-admin.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,22 @@ The Keycloak backend plugin, which integrates Keycloak into {product-short}, has
66
* Synchronization of Keycloak users in a realm.
77
* Synchronization of Keycloak groups and their users in a realm.
88

9+
[NOTE]
10+
====
11+
The supported Keycloak version is `{keycloak-version}`.
12+
====
13+
914
== Installation
1015

1116
The Keycloak plugin is pre-loaded in {product-short} with basic configuration properties. To enable it, set the `disabled` property to `false` as follows:
1217

1318
[source,yaml]
1419
----
15-
global:
16-
dynamic:
17-
includes:
20+
global:
21+
dynamic:
22+
includes:
1823
- dynamic-plugins.default.yaml
19-
plugins:
24+
plugins:
2025
- package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-keycloak-backend-dynamic
2126
disabled: false
2227
----

artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-readme.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[id="rhdh-keycloak_{context}"]
2-
= Installation and configuration of Keycloak
2+
= Installation and configuration of Keycloak
33

44
The Keycloak backend plugin, which integrates Keycloak into {product-short}, has the following capabilities:
55

@@ -14,11 +14,11 @@ The Keycloak plugin is pre-loaded in {product-short} with basic configuration pr
1414

1515
[source,yaml]
1616
----
17-
global:
18-
dynamic:
19-
includes:
17+
global:
18+
dynamic:
19+
includes:
2020
- dynamic-plugins.default.yaml
21-
plugins:
21+
plugins:
2222
- package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-keycloak-backend-dynamic
2323
disabled: false
2424
----

artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-user.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[id="rhdh-keycloak_{context}"]
2-
= Using Keycloak
2+
= Using Keycloak
33

44
The Keycloak backend plugin, which integrates Keycloak into {product-short}, has the following capabilities:
55

0 commit comments

Comments
 (0)