Applying modifications to the user configuration

After modifying the user authentication settings, you'll need to reconcile the Dex configuration and restart its services for your changes to take effect. The method for reconciling these updates depends on how you installed the Hybrid Manager: either via a Helm chart or using the EDB Operator.

Helm chart installations

On Hybrid Manager instances that were installed using the Helm chart method, apply the Dex modifications as follows:

  1. Reapply the helm chart with the updated values.yaml. See Install Hybrid Manager using the Helm chart for an example on how to do this on a GCP installation.

  2. Restart Dex to reload and add the new users:

    kubectl rollout restart deploy upm-dex -n upm-dex

Operator installations

On Hybrid Manager instances that were installed using the operator method, apply the DEX modifications as follows:

  1. Reapply the HybridControlPlane Custom Resource (CR). See Install Hybrid Manager using Operator for an example on how to do this on a RHOS installation.

  2. Restart Dex to reload and add the new users:

    kubectl rollout restart deploy upm-dex -n upm-dex

Could this page be better? Report a problem or suggest an addition!