Skip to content
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

[8.x] [Logs Explorer] Fix Privileges Accessibility (#193894) #194557

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

closes elastic#192062

## 📝  Summary

This PR adds privileges checks for `Logs Explorerer` it checks for
`Discover & Fleet` privileges before allowing the user access to `Logs
Explorer`.
Clicking on the `Logs` tab from the side nav defaults to `Stream`, as
long as its not depricated, in case the user doesn't have access to
`Logs Explorer`

## 🎥 Demo

https://github.com/user-attachments/assets/a4105ec0-7681-40ee-b2fd-e39b9c178dcf
(cherry picked from commit dbfd4f0)
@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #67 / discover/context_awareness extension getRowIndicatorProvider should render log.level row indicators on Surrounding documents page

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
infra 1.6MB 1.6MB +99.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
infra 52.4KB 52.5KB +81.0B
observabilityLogsExplorer 14.4KB 14.7KB +294.0B
total +375.0B

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @mohamedhamed-ahmed

@kibanamachine kibanamachine merged commit ee92081 into elastic:8.x Oct 1, 2024
27 checks passed
mohamedhamed-ahmed added a commit that referenced this pull request Oct 2, 2024
# Backport

This will backport the following commits from `main` to `8.15`:
- [[Logs Explorer] Fix Privileges Accessibility
(#193894)](#193894)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"mohamedhamed-ahmed","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-01T11:38:16Z","message":"[Logs
Explorer] Fix Privileges Accessibility (#193894)\n\ncloses
https://github.com/elastic/kibana/issues/192062\r\n\r\n## 📝
Summary\r\n\r\nThis PR adds privileges checks for `Logs Explorerer` it
checks for\r\n`Discover & Fleet` privileges before allowing the user
access to `Logs\r\nExplorer`.\r\nClicking on the `Logs` tab from the
side nav defaults to `Stream`, as\r\nlong as its not depricated, in case
the user doesn't have access to\r\n`Logs Explorer`\r\n\r\n## 🎥
Demo\r\n\r\n\r\n\r\nhttps://github.com/user-attachments/assets/a4105ec0-7681-40ee-b2fd-e39b9c178dcf","sha":"dbfd4f0879aa89c49b379cc2c6c5feb74f5c16c7","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","ci:project-deploy-observability","Team:obs-ux-logs","Team:obs-ux-infra_services","apm:review","v8.15.0","v8.16.0","backport:version"],"number":193894,"url":"https://github.com/elastic/kibana/pull/193894","mergeCommit":{"message":"[Logs
Explorer] Fix Privileges Accessibility (#193894)\n\ncloses
https://github.com/elastic/kibana/issues/192062\r\n\r\n## 📝
Summary\r\n\r\nThis PR adds privileges checks for `Logs Explorerer` it
checks for\r\n`Discover & Fleet` privileges before allowing the user
access to `Logs\r\nExplorer`.\r\nClicking on the `Logs` tab from the
side nav defaults to `Stream`, as\r\nlong as its not depricated, in case
the user doesn't have access to\r\n`Logs Explorer`\r\n\r\n## 🎥
Demo\r\n\r\n\r\n\r\nhttps://github.com/user-attachments/assets/a4105ec0-7681-40ee-b2fd-e39b9c178dcf","sha":"dbfd4f0879aa89c49b379cc2c6c5feb74f5c16c7"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193894","number":193894,"mergeCommit":{"message":"[Logs
Explorer] Fix Privileges Accessibility (#193894)\n\ncloses
https://github.com/elastic/kibana/issues/192062\r\n\r\n## 📝
Summary\r\n\r\nThis PR adds privileges checks for `Logs Explorerer` it
checks for\r\n`Discover & Fleet` privileges before allowing the user
access to `Logs\r\nExplorer`.\r\nClicking on the `Logs` tab from the
side nav defaults to `Stream`, as\r\nlong as its not depricated, in case
the user doesn't have access to\r\n`Logs Explorer`\r\n\r\n## 🎥
Demo\r\n\r\n\r\n\r\nhttps://github.com/user-attachments/assets/a4105ec0-7681-40ee-b2fd-e39b9c178dcf","sha":"dbfd4f0879aa89c49b379cc2c6c5feb74f5c16c7"}},{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/194557","number":194557,"state":"MERGED","mergeCommit":{"sha":"ee920811f6c17f6ea264cc5e3527e63cd2c0fd46","message":"[8.x]
[Logs Explorer] Fix Privileges Accessibility (#193894) (#194557)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`8.x`:\n- [[Logs Explorer] Fix Privileges
Accessibility\n(#193894)](https://github.com/elastic/kibana/pull/193894)\n\n<!---
Backport version: 9.4.3 -->\n\n### Questions ?\nPlease refer to the
[Backport
tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT\n[{\"author\":{\"name\":\"mohamedhamed-ahmed\",\"email\":\"[email protected]\"},\"sourceCommit\":{\"committedDate\":\"2024-10-01T11:38:16Z\",\"message\":\"[Logs\nExplorer]
Fix Privileges Accessibility
(#193894)\\n\\ncloses\nhttps://github.com//issues/192062\\r\\n\\r\\n##
📝\nSummary\\r\\n\\r\\nThis PR adds privileges checks for `Logs
Explorerer` it\nchecks for\\r\\n`Discover & Fleet` privileges before
allowing the user\naccess to `Logs\\r\\nExplorer`.\\r\\nClicking on the
`Logs` tab from the\nside nav defaults to `Stream`, as\\r\\nlong as its
not depricated, in case\nthe user doesn't have access to\\r\\n`Logs
Explorer`\\r\\n\\r\\n##
🎥\nDemo\\r\\n\\r\\n\\r\\n\\r\\nhttps://github.com/user-attachments/assets/a4105ec0-7681-40ee-b2fd-e39b9c178dcf\",\"sha\":\"dbfd4f0879aa89c49b379cc2c6c5feb74f5c16c7\",\"branchLabelMapping\":{\"^v9.0.0$\":\"main\",\"^v8.16.0$\":\"8.x\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"release_note:skip\",\"v9.0.0\",\"ci:project-deploy-observability\",\"Team:obs-ux-logs\",\"Team:obs-ux-infra_services\",\"v8.15.0\",\"v8.16.0\",\"backport:version\"],\"title\":\"[Logs\nExplorer]
Fix
Privileges\nAccessibility\",\"number\":193894,\"url\":\"https://github.com/elastic/kibana/pull/193894\",\"mergeCommit\":{\"message\":\"[Logs\nExplorer]
Fix Privileges Accessibility
(#193894)\\n\\ncloses\nhttps://github.com//issues/192062\\r\\n\\r\\n##
📝\nSummary\\r\\n\\r\\nThis PR adds privileges checks for `Logs
Explorerer` it\nchecks for\\r\\n`Discover & Fleet` privileges before
allowing the user\naccess to `Logs\\r\\nExplorer`.\\r\\nClicking on the
`Logs` tab from the\nside nav defaults to `Stream`, as\\r\\nlong as its
not depricated, in case\nthe user doesn't have access to\\r\\n`Logs
Explorer`\\r\\n\\r\\n##
🎥\nDemo\\r\\n\\r\\n\\r\\n\\r\\nhttps://github.com/user-attachments/assets/a4105ec0-7681-40ee-b2fd-e39b9c178dcf\",\"sha\":\"dbfd4f0879aa89c49b379cc2c6c5feb74f5c16c7\"}},\"sourceBranch\":\"main\",\"suggestedTargetBranches\":[\"8.15\",\"8.x\"],\"targetPullRequestStates\":[{\"branch\":\"main\",\"label\":\"v9.0.0\",\"branchLabelMappingKey\":\"^v9.0.0$\",\"isSourceBranch\":true,\"state\":\"MERGED\",\"url\":\"https://github.com/elastic/kibana/pull/193894\",\"number\":193894,\"mergeCommit\":{\"message\":\"[Logs\nExplorer]
Fix Privileges Accessibility
(#193894)\\n\\ncloses\nhttps://github.com//issues/192062\\r\\n\\r\\n##
📝\nSummary\\r\\n\\r\\nThis PR adds privileges checks for `Logs
Explorerer` it\nchecks for\\r\\n`Discover & Fleet` privileges before
allowing the user\naccess to `Logs\\r\\nExplorer`.\\r\\nClicking on the
`Logs` tab from the\nside nav defaults to `Stream`, as\\r\\nlong as its
not depricated, in case\nthe user doesn't have access to\\r\\n`Logs
Explorer`\\r\\n\\r\\n##
🎥\nDemo\\r\\n\\r\\n\\r\\n\\r\\nhttps://github.com/user-attachments/assets/a4105ec0-7681-40ee-b2fd-e39b9c178dcf\",\"sha\":\"dbfd4f0879aa89c49b379cc2c6c5feb74f5c16c7\"}},{\"branch\":\"8.15\",\"label\":\"v8.15.0\",\"branchLabelMappingKey\":\"^v(\\\\d+).(\\\\d+).\\\\d+$\",\"isSourceBranch\":false,\"state\":\"NOT_CREATED\"},{\"branch\":\"8.x\",\"label\":\"v8.16.0\",\"branchLabelMappingKey\":\"^v8.16.0$\",\"isSourceBranch\":false,\"state\":\"NOT_CREATED\"}]}]\nBACKPORT-->\n\nCo-authored-by:
mohamedhamed-ahmed <[email protected]>"}}]}] BACKPORT-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport ci:project-deploy-observability Create an Observability project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants