-
Notifications
You must be signed in to change notification settings - Fork 117
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
New role "Power User" #343
Merged
Merged
Conversation
This file contains 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
mistahj67
force-pushed
the
BED-3995_power_user
branch
6 times, most recently
from
January 29, 2024 20:24
8aa0a5d
to
88f7a26
Compare
rvazarkar
reviewed
Jan 29, 2024
func (s Client) CreateSavedQuery() (model.SavedQuery, error) { | ||
var query model.SavedQuery | ||
payload := v2.CreateSavedQueryRequest{ | ||
Query: "Match(q:Question {life: 1, universe: 1, everything: 1}) return q", |
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.
🤣
mistahj67
force-pushed
the
BED-3995_power_user
branch
5 times, most recently
from
January 30, 2024 15:22
4e20a5e
to
09d8e8c
Compare
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
ddlees
reviewed
Jan 30, 2024
…cationConfigurations" permission from "Power User" as it is not in use.
mistahj67
force-pushed
the
BED-3995_power_user
branch
from
January 30, 2024 20:42
09d8e8c
to
205b0d4
Compare
ddlees
approved these changes
Jan 30, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
This change introduces a new user role "Power User." This role has permissions beyond what a "User" has but can not view, modify, or delete other users, nor can it modify or delete SSO configurations.
Specifically, this role is assigned the following permissions.
Motivation and Context
This change provides an additional option for organizations interested in allowing specific users an elevated set of permissions without granting them full access to manage other users or SSO configurations.
How Has This Been Tested?
No new tests have been added - I would welcome some help here!
Types of changes
Checklist: