ML Kibana privileges opt-in using kibana.yml#40073
Closed
kobelb wants to merge 13 commits intoelastic:masterfrom
Closed
ML Kibana privileges opt-in using kibana.yml#40073kobelb wants to merge 13 commits intoelastic:masterfrom
kobelb wants to merge 13 commits intoelastic:masterfrom
Conversation
Contributor
💔 Build Failed |
Contributor
💚 Build Succeeded |
Contributor
💚 Build Succeeded |
Contributor
💔 Build Failed |
Contributor
Author
kobelb
commented
Jul 9, 2019
| const isAllowedCustomizations = | ||
| allowedPrivileges[record.spacesIndex].base.privileges.length > 1; | ||
| const featureEntries = Object.values(allowedPrivileges[record.spacesIndex].feature); | ||
| const isAllowedCustomizations = featureEntries.some(entry => { |
Contributor
Author
kobelb
commented
Jul 9, 2019
| return ( | ||
| <PrivilegeDisplay | ||
| explanation={basePrivilege} | ||
| explanation={showCustomize ? undefined : basePrivilege} |
Contributor
Author
kobelb
commented
Jul 9, 2019
| if ( | ||
| hasAssignedFeaturePrivileges(form) || | ||
| explanation.actualPrivilege === NO_PRIVILEGE_VALUE || | ||
| form.base.length === 0 || |
Contributor
Author
There was a problem hiding this comment.
Contributor
💔 Build Failed |
Contributor
💚 Build Succeeded |
Member
|
ACK, will look today |
legrego
reviewed
Jul 10, 2019
Member
legrego
left a comment
There was a problem hiding this comment.
These changes seem reasonable enough to avoid rearchitecting the privilege calculator.
We're changing an assumption with this PR -- before, features could have either reserved or regular privileges, but never both. Now we have features with both..this is obviously expected as part of this effort, but I'm trying to think of any other places where this assumption is important...I can't think of anything right now, but I'll update if I come across anything else.
Contributor
Author
|
Thanks @legrego, I'm gonna pull these changes out into another PR and add the necessary tests. |
Contributor
💔 Build Failed |
Contributor
💔 Build Failed |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



No description provided.