-
Notifications
You must be signed in to change notification settings - Fork 919
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
generate PolicyRules from given subjects for impersonation deduplicate #2911
generate PolicyRules from given subjects for impersonation deduplicate #2911
Conversation
Hi @yanfeng1992, I see you close the previous one, Is there any problem with it? Besides, you can sign off refer to https://github.com/karmada-io/karmada/pull/2911/checks?check_run_id=9934498163 |
@yanfeng1992 nice finding, thanks for your fix~ /assign |
c7d780e
to
def244c
Compare
I added a ut case for this fix |
Thanks~ |
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.
LGTM
Hi @yanfeng1992, can you help squash the commits into one? And help update the release note, just like:
`karmada-controller-manager`: generate PolicyRules from given subjects for impersonation deduplicate
/assign @RainbowMango
Signed-off-by: huangyanfeng <[email protected]> generate PolicyRules add ut case for check deduplicate Signed-off-by: huangyanfeng <[email protected]> import format Signed-off-by: huangyanfeng <[email protected]>
f68c2a9
to
1e15063
Compare
@XiShanYongYe-Chang I already squash the commits into one and update the release note. Are there any other questions that I need to deal with? |
Just a reminder, you might need to add your email to GitHub Emails, otherwise, GitHub can't recognize you and can't count your contributions. |
There's no other questions. Thanks for your contribution! |
/approve Thanks. @XiShanYongYe-Chang |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Yes, this pr cleaned up the redundant item in the rules, and I think we do not need to cherry-pick it. Hi @yanfeng1992, I update the related labels. |
Signed-off-by: huangyanfeng [email protected]
What type of PR is this?
/kind bug
What this PR does / why we need it:
unified-auth-controller generates PolicyRules from given subjects for impersonation need deduplicate by name
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: