Skip to content

Drop project-id from threadcontext for CCS#136730

Merged
elasticsearchmachine merged 1 commit intoelastic:9.1from
tvernum:backport/9.1/136675-Drop-project-id-from
Oct 17, 2025
Merged

Drop project-id from threadcontext for CCS#136730
elasticsearchmachine merged 1 commit intoelastic:9.1from
tvernum:backport/9.1/136675-Drop-project-id-from

Conversation

@tvernum
Copy link
Contributor

@tvernum tvernum commented Oct 17, 2025

When making a request to a remote cluster, we don't want to include the current project-id ("X-Elastic-Project-Id") header in the thread context that we send to the remote cluster because the current project-id is not relevant to the thread context for the remote execution.

Backport of: #136664, #136675

When making a request to a remote cluster, we don't want to include
the current project-id ("X-Elastic-Project-Id") header in the thread
context that we send to the remote cluster because the current
project-id is not relevant to the thread context for the remote
execution.

Backport of: elastic#136664,elastic#136675
@tvernum tvernum requested a review from a team as a code owner October 17, 2025 00:37
@tvernum tvernum added >bug :Security/Authorization Roles, Privileges, DLS/FLS, RBAC/ABAC backport auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) v9.1.6 labels Oct 17, 2025
@tvernum tvernum removed the request for review from a team October 17, 2025 00:39
@elasticsearchmachine elasticsearchmachine merged commit 77b9c43 into elastic:9.1 Oct 17, 2025
37 of 39 checks passed
@tvernum tvernum deleted the backport/9.1/136675-Drop-project-id-from branch October 17, 2025 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug :Security/Authorization Roles, Privileges, DLS/FLS, RBAC/ABAC v9.1.6

2 participants