-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Fleet Privileges Display #204402
base: main
Are you sure you want to change the base?
Fleet Privileges Display #204402
Conversation
/ci |
/ci |
@elasticmachine merge upstream |
/ci |
Pinging @elastic/kibana-security (Team:Security) |
ACK: will review today, sorry for the delay! |
@@ -218,7 +218,7 @@ export class SpaceAwarePrivilegeSection extends Component<Props, State> { | |||
const viewMatrixButton = ( | |||
<PrivilegeSummary | |||
role={this.props.role} | |||
spaces={this.getDisplaySpaces()} | |||
spaces={this.getSelectedSpaces()} |
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.
Caution
There is something definitely off here when I select different access variations. See the video. Do you see the same?
Screen.Recording.2024-12-24.at.14.16.13.mov
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.
Confirmed, can reproduce, will take a look
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.
6c631b4 pushed fix, but please hold on review for now, need to check tests
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
|
Summary
Fixed privileges display for features/subFeatures that require all spaces.
Before
Role privileges display for only
Default
space selectedPrivileges summary display for only
Default
space selectedAfter
Role privileges display for only
Default
space selectedPrivileges summary display for only
Default
space selectedHow to test
With
Default
space:Default
Space and the privilege level to All.None
.None
.With
*All Spaces
:*All Spaces
and the privilege level to All.All
All
Checklist
Check the PR satisfies following conditions.
release_note:*
label is applied per the guidelinesFixes: #194686
Release Note
Fixed privileges display for features/subFeatures that require all spaces.