Skip to content

Enable the impersonate feature by default - #97870

Merged
vitlibar merged 1 commit into
ClickHouse:masterfrom
vitlibar:enable-impersonate-feature-by-default
Feb 24, 2026
Merged

Enable the impersonate feature by default#97870
vitlibar merged 1 commit into
ClickHouse:masterfrom
vitlibar:enable-impersonate-feature-by-default

Conversation

@vitlibar

@vitlibar vitlibar commented Feb 24, 2026

Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):

Enable the impersonate feature by default (see EXECUTE AS target_user)

Special privilege GRANT IMPERSONATE is needed in order to use this feature.

For example:

GRANT IMPERSONATE ON target_user TO user1

-- login as user1

EXECUTE AS target_user SELECT currentUser(), authenticatedUser(); -- outputs "target_user    user1"

Version info

  • Merged into: 26.3.1.18

@clickhouse-gh

clickhouse-gh Bot commented Feb 24, 2026

Copy link
Copy Markdown
Contributor

Workflow [PR], commit [6a1dcfd]

Summary:

@clickhouse-gh clickhouse-gh Bot added the pr-improvement Pull request with some product improvements label Feb 24, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

@vitlibar vitlibar added the comp-rbac Authorization: roles, grants, quotas, row-level security, access checks. label Feb 24, 2026
@vitlibar
vitlibar added this pull request to the merge queue Feb 24, 2026
Merged via the queue into ClickHouse:master with commit f6c14a0 Feb 24, 2026
152 checks passed
@vitlibar
vitlibar deleted the enable-impersonate-feature-by-default branch February 24, 2026 20:39
@robot-ch-test-poll robot-ch-test-poll added the pr-synced-to-cloud The PR is synced to the cloud repo label Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-rbac Authorization: roles, grants, quotas, row-level security, access checks. pr-improvement Pull request with some product improvements pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants