-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
customAcls
are not added
#115
Comments
Hi @rhizoet what the expected behavior of |
Hi @jp-gouin , that was a test for "when a user has the employeeType set with |
Ok did you follow the advance example ? |
I think your |
But the base-dn is And yes, I've followed the advanced examples. |
I faced this same issue. I worked around it exporting my ldap contents, deleting the deployment including PVs, deploying again with the new ACLs and then importing my ldap contents. It seems that ACLs changes are not being applied after the first start. |
The base image used is Bitnami openldap Seems that indeed it loaded only on first boot. If you wish to be able to update this configuration, please raise an issue or PR on the container as handling the update at the container is best. |
I created bitnami/containers#44545 upstream |
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. |
Is there even any changes needed here? |
from what I can tell this is an upstream thing, though the related issue has been automatically closed by bots upstream bitnami/containers#44545 |
Wondering if an InitContainer can help with this. |
I did some tests and came to the conclusion that I'll add functionality upstream to run script on every start. With that anyone can just add a small bash script to the container that does whatever they need. |
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. |
I still plan to fix this upstream eventually |
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. |
This is so very annoying. |
I'm also experiencing this issue, even on first start the ACLs are not added. Any ideas?
|
@davidfrickert push this: bitnami/containers#44545 (it's closed, but not solved). |
maybe these are different issues. i just disabled replication and the customAcls are applied. but with replication they don't seem to work |
It seems that when running openldap as cluster with this helm chart, as soon as openldap-1 pod comes up healthy, the acl is lost. |
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. |
Nope |
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. |
. |
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. |
Describe the bug
I've added
customAcls
for a read-only admin user. But it seems that the rules are not applied.To Reproduce
Steps to reproduce the behavior:
customAcls
ldapsearch
with the user which should have the read-only admin rightsExpected behavior
The
customAcls
should be updated with the values in the file.Additional context
values.yaml
:The text was updated successfully, but these errors were encountered: