jp-gouin / helm-openldap

Helm chart of Openldap in High availability with multi-master replication and PhpLdapAdmin and Ltb-Passwd
Apache License 2.0
183 stars 115 forks source link

rootless securityContext #83

Closed itmwiw closed 1 year ago

itmwiw commented 1 year ago

Hello, First of all, thanks for the effort. Keep up the good work! My issue is that I can't run openldap in rootless pod. I found out this issue in osixia github repository https://github.com/osixia/docker-openldap/issues/544 However, as this chart's values offers runAsNonRoot attribute, I was wondering if there's some workaround to make it work. Thanks in advance

jp-gouin commented 1 year ago

Hi @itmwiw Thanks :) I was working on the chart to switch the base image to a new Openldap (maintained by Bitnami)

Check out the new version v4.0.0 as I think this automatically resolves your issue.

asatsi commented 1 year ago

Hi @itmwiw Thanks :) I was working on the chart to switch the base image to a new Openldap (maintained by Bitnami)

Check out the new version v4.0.0 as I think this automatically resolves your issue.

@jp-gouin - new version v4.0.0 of which particular image are you referring here? I am also trying to run openldap as non-root container.

jp-gouin commented 1 year ago

I’m referring to the latest version of the chart , which uses a new non-root openldap container image

itmwiw commented 1 year ago

Hi @itmwiw Thanks :) I was working on the chart to switch the base image to a new Openldap (maintained by Bitnami)

Check out the new version v4.0.0 as I think this automatically resolves your issue.

Great! I'll try it out. Thanks

itmwiw commented 1 year ago

I created a pull request so that initiating certificates works with openshift's restricted scc. I also have a question regarding phpldapadmin and rootless mode. Does it work for you or should I change the osixia docker image?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.