-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
team: workbenchPosit Workbench related issuePosit Workbench related issue
Description
Starting in 2024.04.0 Workbench supports user provisioning via SCIM for certain IdPs. It would be really helpful to users of the helm chart to have a quick way to setup the proper token for this to work + documentation on the steps needed specific to K8s/Helm.
The steps from what I can tell are:
- In
conf.server.rserver.confadd:user-provisioning-enabled: 1 - Create a
Secretcontaining a token (should give guidance on how to create one) - Add the following to
values.yaml
pod:
env:
- name: WORKBENCH_USER_SERVICE_AUTH_TOKEN_PATH
value: "/etc/scim-token/scim_token"
volumes:
- name: secret-volume
secret:
secretName: scim-token
volumeMounts:
- name: secret-volume
readOnly: true
mountPath: "/etc/scim-token"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
team: workbenchPosit Workbench related issuePosit Workbench related issue