-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
defenseunicorns/uds-identity-config
#57Description
Is your feature request related to a problem? Please describe.
When using SSO Secret Templating (#263) to make a new client in keycloak, we need a way to be able to configure mappers in the new client. Mattermost requires the following mappers to be present in order to work with keycloak masquerading as gitlab:
Describe the solution you'd like
Given I have an application configured to integrate with a UDSPackage CRD
When I add a new secret template field to the sso section with mappers specified in the template
And I apply that CRD to my cluster
The mappers are created in the client in keycloak in my cluster.
Additional context
I ran onto this integrating mattermost with keycloak and solved it by creating the mappers manually
ntwkninja
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request

