Skip to content

Commit

Permalink
FTR SAML Auth - Adjust stateful internal request header (#197994)
Browse files Browse the repository at this point in the history
## Summary

This PR adds the `x-elastic-internal-origin` header to the stateful
internal request headers used by FTR.
This fixes an issue that we're seeing when running deployment agnostic
tests against ESS on 9.0.0-SNAPSHOT.
  • Loading branch information
pheyos authored Oct 28, 2024
1 parent ffc8810 commit 7b211bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const COMMON_REQUEST_HEADERS = {
// possible change in 9.0 to match serverless
const STATEFUL_INTERNAL_REQUEST_HEADERS = {
...COMMON_REQUEST_HEADERS,
'x-elastic-internal-origin': 'kibana',
};

const SERVERLESS_INTERNAL_REQUEST_HEADERS = {
Expand Down

0 comments on commit 7b211bd

Please sign in to comment.