How to edit LDAP roles when using Stardog's Helm Charts

Created by Steve Place, Modified on Wed, Jul 10 at 4:19 PM by Steve Place

Prior to reading this article, make sure you've read the docs section on our LDAP Integration.


If you edit LDAP roles by using the Set server properties HTTP request, the change will only persist as long as the pod on which Stardog is running is alive. In other words, your roles will revert upon pod restart. 


This will also occur if you edit the ConfigMap containing ldap.role.mappings from the command line (e.g., with kubectl edit configmap <your-configmap-name> -n <your-namespace>). This is because Helm will use the ConfigMap defined in the Helm Chart when your run helm update.


To make the changes persist, edit the ldap.role.mappings value in the ConfigMap template in the Helm Chart. This will ensure the correct values are used any time helm update is run.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article