Skip to content

Commit 4ff81b6

Browse files
committed
fix: update broken xrefs in transformer and LDAP procedures
Custom transformer prerequisites referenced old monolithic procedure IDs. LDAP procedure referenced RHBK auth with {parent-context} which no longer resolves correctly after the assembly restructure. Hardcode the correct target contexts for cross-assembly xrefs.
1 parent 707016d commit 4ff81b6

4 files changed

+4
-4
lines changed

modules/shared/proc-create-a-custom-transformer-to-provision-users-from-github-to-the-software-catalog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Customize how {product} provisions users and groups to {product-short} software
88
by creating a backend module plugin that uses the `githubOrgEntityProviderTransformsExtensionPoint` to offer custom user and group transformers for the GitHub backend.
99

1010
.Prerequisites
11-
* You have xref:enable-user-authentication-with-github-with-optional-steps_{context}[enabled provisioning users from GitHub to the software catalog].
11+
* You have xref:import-users-and-groups-from-github_{context}[imported users and groups from GitHub to the software catalog].
1212

1313
.Procedure
1414
. Create a new backend module:

modules/shared/proc-create-a-custom-transformer-to-provision-users-from-gitlab-to-the-software-catalog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Customize how {product} provisions users and groups to {product-short} software
88
by creating a backend module plugin that uses the `gitlabOrgEntityProviderTransformsExtensionPoint` to offer custom user and group transformers for the GitLab backend.
99

1010
.Prerequisites
11-
* You have xref:enable-user-authentication-with-gitlab_{context}[enabled provisioning users from GitLab to the software catalog].
11+
* You have xref:import-users-and-groups-from-gitlab_{context}[imported users and groups from GitLab to the software catalog].
1212

1313
.Procedure
1414
. Create a new backend module:

modules/shared/proc-create-a-custom-transformer-to-provision-users-from-rhbk-to-the-software-catalog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Customize how {product} provisions users and groups to {product-short} software
88
by creating a backend module that uses the `keycloakTransformerExtensionPoint` to offer custom user and group transformers for the Keycloak backend.
99

1010
.Prerequisites
11-
* You have xref:enable-user-authentication-with-rhbk-with-optional-steps_{context}[enabled provisioning users from {rhbk-brand-name} ({rhbk}) to the software catalog].
11+
* You have xref:import-users-and-groups-from-rhbk_{context}[imported users and groups from {rhbk-brand-name} ({rhbk}) to the software catalog].
1212

1313
.Procedure
1414
. Create a new backend module with the `yarn new` command.

modules/shared/proc-enable-user-provisioning-with-ldap.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
When {rhbk-brand-name} ({rhbk}) depends on Lightweight Directory Access Protocol (LDAP) to resolve user and group identities, you can opt to provision users and groups from LDAP directly to the {product} software catalog, rather than using the {rhbk} provisioning mechanism.
88

99
.Prerequisites
10-
* You have configured xref:enable-authentication-with-rhbk_{parent-context}[authentication with {rhbk-brand-name} ({rhbk})].
10+
* You have configured xref:enable-authentication-with-rhbk_enable-authentication-with-your-identity-provider[authentication with {rhbk-brand-name} ({rhbk})].
1111

1212
* You have xref:share-a-secret-with-ldap_{secrets-context}[shared a secret with LDAP].
1313

0 commit comments

Comments
 (0)