-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[chore]: refactored CHIPS support configuration #231472
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
[chore]: refactored CHIPS support configuration #231472
Conversation
|
Pinging @elastic/kibana-security (Team:Security) |
💚 Build Succeeded
Metrics [docs]
History
|
TinaHeiligers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much cleaner, thanks 😄
|
Starting backport for target branches: 9.0, 9.1 https://github.com/elastic/kibana/actions/runs/16935262307 |
## Summary Since direct option for partitioned cookie configuration has been merged as part of hapijs/statehood#88. Cleaning up old code. __Closes: https://github.com/elastic/kibana/issues/188720__ (cherry picked from commit da5981e)
## Summary Since direct option for partitioned cookie configuration has been merged as part of hapijs/statehood#88. Cleaning up old code. __Closes: https://github.com/elastic/kibana/issues/188720__ (cherry picked from commit da5981e)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
) # Backport This will backport the following commits from `main` to `9.1`: - [[chore]: refactored CHIPS support configuration (#231472)](#231472) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Elena Shostak","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-08-13T11:00:38Z","message":"[chore]: refactored CHIPS support configuration (#231472)\n\n## Summary\n\nSince direct option for partitioned cookie configuration has been merged\nas part of hapijs/statehood#88. Cleaning up old\ncode.\n\n__Closes: https://github.com/elastic/kibana/issues/188720__","sha":"da5981ebb938a9094fe3f8a5ef58b6114b348925","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","Feature:Security/Session Management","backport:current-major","v9.2.0"],"title":"[chore]: refactored CHIPS support configuration","number":231472,"url":"https://github.com/elastic/kibana/pull/231472","mergeCommit":{"message":"[chore]: refactored CHIPS support configuration (#231472)\n\n## Summary\n\nSince direct option for partitioned cookie configuration has been merged\nas part of hapijs/statehood#88. Cleaning up old\ncode.\n\n__Closes: https://github.com/elastic/kibana/issues/188720__","sha":"da5981ebb938a9094fe3f8a5ef58b6114b348925"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/231472","number":231472,"mergeCommit":{"message":"[chore]: refactored CHIPS support configuration (#231472)\n\n## Summary\n\nSince direct option for partitioned cookie configuration has been merged\nas part of hapijs/statehood#88. Cleaning up old\ncode.\n\n__Closes: https://github.com/elastic/kibana/issues/188720__","sha":"da5981ebb938a9094fe3f8a5ef58b6114b348925"}}]}] BACKPORT--> Co-authored-by: Elena Shostak <[email protected]>
) # Backport This will backport the following commits from `main` to `9.0`: - [[chore]: refactored CHIPS support configuration (#231472)](#231472) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Elena Shostak","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-08-13T11:00:38Z","message":"[chore]: refactored CHIPS support configuration (#231472)\n\n## Summary\n\nSince direct option for partitioned cookie configuration has been merged\nas part of hapijs/statehood#88. Cleaning up old\ncode.\n\n__Closes: https://github.com/elastic/kibana/issues/188720__","sha":"da5981ebb938a9094fe3f8a5ef58b6114b348925","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","Feature:Security/Session Management","backport:current-major","v9.2.0"],"title":"[chore]: refactored CHIPS support configuration","number":231472,"url":"https://github.com/elastic/kibana/pull/231472","mergeCommit":{"message":"[chore]: refactored CHIPS support configuration (#231472)\n\n## Summary\n\nSince direct option for partitioned cookie configuration has been merged\nas part of hapijs/statehood#88. Cleaning up old\ncode.\n\n__Closes: https://github.com/elastic/kibana/issues/188720__","sha":"da5981ebb938a9094fe3f8a5ef58b6114b348925"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/231472","number":231472,"mergeCommit":{"message":"[chore]: refactored CHIPS support configuration (#231472)\n\n## Summary\n\nSince direct option for partitioned cookie configuration has been merged\nas part of hapijs/statehood#88. Cleaning up old\ncode.\n\n__Closes: https://github.com/elastic/kibana/issues/188720__","sha":"da5981ebb938a9094fe3f8a5ef58b6114b348925"}}]}] BACKPORT--> Co-authored-by: Elena Shostak <[email protected]>
## Summary Since direct option for partitioned cookie configuration has been merged as part of hapijs/statehood#88. Cleaning up old code. __Closes: https://github.com/elastic/kibana/issues/188720__
## Summary Since direct option for partitioned cookie configuration has been merged as part of hapijs/statehood#88. Cleaning up old code. __Closes: https://github.com/elastic/kibana/issues/188720__
## Summary Since direct option for partitioned cookie configuration has been merged as part of hapijs/statehood#88. Cleaning up old code. __Closes: https://github.com/elastic/kibana/issues/188720__
Summary
Since direct option for partitioned cookie configuration has been merged as part of hapijs/statehood#88. Cleaning up old code.
Closes: #188720