Passing external user roles from query originator to other nodes#70332
Passing external user roles from query originator to other nodes#70332pufit merged 7 commits intoClickHouse:masterfrom
Conversation
|
This is an automated comment for commit e785bb9 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
|
ade231c to
0350d19
Compare
This comment was marked as outdated.
This comment was marked as outdated.
0350d19 to
83f67be
Compare
52cfffb to
e785bb9
Compare
|
@pufit the only fail is |
Passing external user roles from query originator to other nodes
Passing external user roles from query originator to other nodes
| {"filesystem_cache_prefer_bigger_buffer_size", true, true, "New setting"}, | ||
| {"read_in_order_use_virtual_row", false, false, "Use virtual row while reading in order of primary key or its monotonic function fashion. It is useful when searching over multiple parts as only relevant ones are touched."}, | ||
| {"filesystem_cache_boundary_alignment", 0, 0, "New setting"}, | ||
| {"push_external_roles_in_interserver_queries", false, false, "New setting."}, |
There was a problem hiding this comment.
This does not match the default value in Settings.cpp.
Passing external user roles from query originator to other nodes
Passing external user roles from query originator to other nodes
Passing external user roles from query originator to other nodes
24.8 Backport of ClickHouse#70332 - Passing external user roles from query originator to other nodes
|
Good afternoon! void Context::setExternalRolesWithLock(const std::vector & new_external_roles, const std::lock_guard &) I replaced and rebuilt clickhouse and this functionality is working and roles were transferred when querying the distributed table |
Revive #42537. Closes #34130
Protocol version number to be reviewed right before merge
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).
CI Settings (Only check the boxes if you know what you are doing):