-
Notifications
You must be signed in to change notification settings - Fork 4
MLE-11464: Implementation for Securing MarkLogic Group deployment #12
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
MLE-11464: Implementation for Securing MarkLogic Group deployment #12
Conversation
pengzhouml
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR only have logic for MarklogicServer, which is actually for MarkLogicCluster. I don't see the reconcile logic for MarkLogicGroup.
Updated the implementation for MarkLogic Group |
pengzhouml
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for networkPolicy that missing, other looks good to me.
Sicne we merged main to develop, you might need to resolve conflict before merging.
NetworkPolicy will be taken care in separate story. Rebased feature branch with develop. |
rwinieski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For all variables that are int values, we should use const and not var ?
No description provided.