Skip to content
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

grpc/acl: fix bug where ACL token was required even if disabled #15904

Merged
merged 1 commit into from
Jan 5, 2023

Conversation

boxofrad
Copy link
Contributor

@boxofrad boxofrad commented Jan 5, 2023

Description

Fixes a bug introduced by #15346 where we'd always require an ACL token even if ACLs were disabled because we were erroneously treating nil identity as anonymous.

Fixes a bug introduced by #15346 where we'd always require an ACL
token even if ACLs were disabled because we were erroneously
treating `nil` identity as anonymous.
@boxofrad boxofrad requested a review from mkeeler January 5, 2023 10:52
@boxofrad boxofrad added pr/no-changelog PR does not need a corresponding .changelog entry backport-inactive/1.14 This release series is no longer active labels Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-inactive/1.14 This release series is no longer active pr/no-changelog PR does not need a corresponding .changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants