-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Security Solution] UI Blocklist RBAC #146455
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
Merged
gergoabraham
merged 13 commits into
elastic:main
from
gergoabraham:feat/olm-4918-ui-blocklist-ui-rbac
Dec 11, 2022
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
8653afe
hide Blocklist from Management nav
gergoabraham 479cd6b
disable add/edit/delete for Blocklist for `READ` privilege
gergoabraham 9ce2e0f
Merge branch 'main' into feat/olm-4918-ui-blocklist-ui-rbac
gergoabraham 7778f00
disable Policy links on ArtifactListPages if user has no privilege
gergoabraham 00e8553
rename test case
gergoabraham b53c545
use existing endpoint authz mock for tests
gergoabraham babbcf2
use simple text for Policies instead of disabled buttons
gergoabraham 1057e99
use Eui sizes instead of hardcoded values
gergoabraham 0544715
Merge branch 'main' into feat/olm-4918-ui-blocklist-ui-rbac
gergoabraham e89a2f5
fix failing ArtifactEntryCard test
gergoabraham acef078
add new testcase for ArtifactEntryCard tests
gergoabraham f99ac76
Merge branch 'main' into feat/olm-4918-ui-blocklist-ui-rbac
kibanamachine 03b67c9
Merge branch 'main' into feat/olm-4918-ui-blocklist-ui-rbac
kibanamachine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why did you change this test from Event filters to Blocklist?
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.
It must be some merge/diff magic. 🤷
Originally I had
should showandshould hidetests for Trusted Apps, but then figured that there's only need for oneshould show alltest, and individualshould hidetests for all artefacts. So I renamed theshould show Trusted Appstest and moved it up in this commit: 00e8553Then got some merge conflicts and stuff, so here we are, with a messed up diff, where
should show Trusted Appsbecameshould hide Event filters, andshould hide Event filtersbecameshould hide Blocklists. So I think all should be fine, every test is here.