-
Notifications
You must be signed in to change notification settings - Fork 3
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
24.8 Backport of #70332 -- Passing external user roles from query originator to other nodes #542
base: customizations/24.8.8
Are you sure you want to change the base?
Conversation
aa07aaf
to
9feeddb
Compare
This is an automated comment for commit a558b75 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
@Enmk there are some integration tests. It does not look like they are directly related to these changes, but they are somewhere nearby |
1596594
to
19481de
Compare
@Enmk I think this one can be merged -- I fixed unique fails (they happened due to presence of not-yet-introduced settings in |
Add chunked wrapper to native protocol
Local plan for parallel replicas
…al_announce_from_RFMT Remove explicit announce from local replica in ReadFromMergeTree
…_replicas Adaptive mark_segment_size for parallel replicas
Fix parallel replicas protocol after ClickHouse#68424
New profile events for parallel replicas
Some fixes for LDAP
…-beta Rework parallel replicas settings
Passing external user roles from query originator to other nodes
Fix ClickHouse#72756 (exception in RemoteQueryExecutor when user does not exist locally)
Improved getting of alter conversions for queries
ca5b435
to
a558b75
Compare
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Push external user roles from query originator to other nodes in cluster. Helpful when only originator has access to the external authenticator (like LDAP). (ClickHouse#63781 by @yakov-olkhovskiy, ClickHouse#64448 by @devcrafter, ClickHouse#69602 by @nickitat, ClickHouse#68424 by @nickitat, ClickHouse#69744 by @nickitat, ClickHouse#69706 by @nickitat, ClickHouse#68355 by @zvonand, ClickHouse#63151 by @alexey-milovidov, ClickHouse#70332 by @zvonand, ClickHouse#72759 by @zvonand, ClickHouse#65832 by @CurtizJ)