Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.15] [8.15] [Kibana data view] Fix issue empty user-hash in data vi…
…ew request headers (#197863) (#198234) # Backport This will backport the following commits from `main` to `8.15`: - [[8.15] [Kibana data view] Fix issue empty user-hash in data view request headers (#197863)](#197863) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Mohamed Abdelgaber","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-29T23:53:09Z","message":"[8.15] [Kibana data view] Fix issue empty user-hash in data view request headers (#197863)\n\nto fix not compliant HTTP request\r\n\r\n## Summary\r\n\r\nFix not compliant HTTP request\r\nfor example, request \"GET\r\n/s/<space>/internal/data_views/fields?pattern=abc\" Sometimes request\r\nheaders have a user-hash field with an empty value and this makes the\r\nrequest not HTTP compliant in some scenarios the request will be dropped\r\nby WAF or by another security edge for example.\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/de606665-12e6-475c-a2e4-c2e594957f11)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>\r\nCo-authored-by: mabdelgaber.SEC <[email protected]>","sha":"f102ace317700a1841ec77c84c77f76041157746","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","💝community","v9.0.0","Team:DataDiscovery","backport:prev-major"],"title":"[8.15] [Kibana data view] Fix issue empty user-hash in data view request headers","number":197863,"url":"https://github.com/elastic/kibana/pull/197863","mergeCommit":{"message":"[8.15] [Kibana data view] Fix issue empty user-hash in data view request headers (#197863)\n\nto fix not compliant HTTP request\r\n\r\n## Summary\r\n\r\nFix not compliant HTTP request\r\nfor example, request \"GET\r\n/s/<space>/internal/data_views/fields?pattern=abc\" Sometimes request\r\nheaders have a user-hash field with an empty value and this makes the\r\nrequest not HTTP compliant in some scenarios the request will be dropped\r\nby WAF or by another security edge for example.\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/de606665-12e6-475c-a2e4-c2e594957f11)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>\r\nCo-authored-by: mabdelgaber.SEC <[email protected]>","sha":"f102ace317700a1841ec77c84c77f76041157746"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197863","number":197863,"mergeCommit":{"message":"[8.15] [Kibana data view] Fix issue empty user-hash in data view request headers (#197863)\n\nto fix not compliant HTTP request\r\n\r\n## Summary\r\n\r\nFix not compliant HTTP request\r\nfor example, request \"GET\r\n/s/<space>/internal/data_views/fields?pattern=abc\" Sometimes request\r\nheaders have a user-hash field with an empty value and this makes the\r\nrequest not HTTP compliant in some scenarios the request will be dropped\r\nby WAF or by another security edge for example.\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/de606665-12e6-475c-a2e4-c2e594957f11)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>\r\nCo-authored-by: mabdelgaber.SEC <[email protected]>","sha":"f102ace317700a1841ec77c84c77f76041157746"}}]}] BACKPORT--> Co-authored-by: Mohamed Abdelgaber <[email protected]>
- Loading branch information