Skip to content

MLE-22549: Group configuration not applied correctly if group name contains word "group" #88

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

Merged
merged 1 commit into from
Jun 17, 2025

Conversation

barkhachoithani
Copy link
Collaborator

No description provided.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses the issue where group configuration is not applied correctly if a group name contains the string "group." The change refines the grep pattern used to extract the group name from the XML output.

  • Updated grep filtering from "group" to "" to improve matching accuracy.
Comments suppressed due to low confidence (1)

pkg/k8sutil/scripts/poststart-hook.sh:414

  • The updated grep pattern improves matching precision for group extraction. Please ensure that all expected group data in /tmp/groups.out is consistently enclosed within tags to maintain correct configuration extraction.
grep "<group>" |

@barkhachoithani barkhachoithani merged commit 33a6b9b into marklogic:develop Jun 17, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants