-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add settings for doing secure auth LDAPS/AD #391
Conversation
Would you mind updating the LDAP documentation here for the new configurable fields? |
Co-authored-by: Michael H <[email protected]>
… into add-ldaps-settings
Ok. Done |
- indent fix Co-authored-by: Juldrixx <[email protected]>
For some reason when I define these new settings in a cluster crd yaml file, and then deploy a cluster they don't take affect in the container. Am I missing something? For example:
Then if I exec into the container, and cat conf/login-identity-providers.xml , The value for that line item is empty. |
Just one minor doc suggestion. otherwise it looks good to me |
Just double checking you've applied the new CRDs here and the updated operator? |
I deleted the CRDs and re-created them with the helm chart. Maybe I'm not updating the operator correctly? How would I update that? |
There's a thread in slack where folks talk about that: https://konpytika.slack.com/archives/C0362VBRM24/p1702911625342399 TLDR is that the helm client doesn't do it for you, but tools like ArgoCD/Flux will do it for you. https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations |
Co-authored-by: Michael H <[email protected]>
I manually deleted the CRDs, and confirmed they are updated after re-installing the nifikop helm chart. But still, when I deploy a nifi cluster it doesn't seem to add the ldap settings. Seems like it must be something else then. |
Did you build an image of the operator with your change? Or are you using the |
Running the code locally. I git cloned my fork, that has the login providers changes for ldap, and then do a helm install of nifikop from that local folder. |
If you didn't build an image of your code to use in your deployment, it won't work. It will just deploy the latest release of the operator. If you want to run the code locally, you need to use a tool like telepresence. |
Ok. Thanks for the information @juldrixx . I'm new to operators in Kubernetes so I will have to spend some time learning this. Is there any documentation on how I would go about the building of a custom image to test with the deployment? I don't know I want to introduce yet another tool like telepresence. |
You can find it here but it doesn't mention telepresence. |
LGTM |
What's in this PR?
Adding settings required to do secure LDAP with nifi
Why?
Missing settings for doing secure LDAP
Checklist
To Do