-
-
Notifications
You must be signed in to change notification settings - Fork 777
Implementation of RBAC for KeyValuePair #5354
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
m4dcoder
merged 51 commits into
StackStorm:master
from
ashwini-orchestral:rbac_keyvaluepair
Dec 10, 2021
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
306220d
Implementation of RBAC for KeyValuePair
ashwini-orchestral 09a0218
Resolved formatting issue
ashwini-orchestral 0627467
Added a comment
ashwini-orchestral ed9c0d5
Modifications done as per review comments
ashwini-orchestral 242f230
Fixed review changes
ashwini-orchestral bd1adf3
Minor fix
ashwini-orchestral 1ae5b94
Merge branch 'master' into rbac_keyvaluepair
ashwini-orchestral faeb378
Modified the implementation for default user
ashwini-orchestral 7bc6613
Merge branch 'master' into rbac_keyvaluepair
ashwini-orchestral 2f17754
Fixed lint error
ashwini-orchestral 1c77ff7
Minor fix to handle system key permissions to user.
ashwini-orchestral a2e7178
Merge branch 'master' into rbac_keyvaluepair
ashwini-orchestral 1a871d0
Added a function to get the list keys of user for system scoped kvps
ashwini-orchestral 57a7808
Modified get_all function to get the list of user assigned system sco…
ashwini-orchestral 4dedb78
Minor fix to add imports
ashwini-orchestral 691c7aa
Minor fix to add import
ashwini-orchestral da1d6bd
Minor fix related to lint error
ashwini-orchestral b39855d
Minor fix related to conflict
ashwini-orchestral 1d62db8
Reformatted file with black tool
ashwini-orchestral f244569
Minor fix for users system scope key list
ashwini-orchestral 5270fcb
Added testcases for user permission with system scope kvps.
ashwini-orchestral 7f7635f
Fixed lint error
ashwini-orchestral eef5655
Fixed minor variable issue
ashwini-orchestral 092723a
Added unit tests for user permission
ashwini-orchestral b63319c
Minor fix related to lint error
ashwini-orchestral 88db871
Minor fix related to import
ashwini-orchestral eab3555
Refactor KeyValuePair get_all method in API controller
m4dcoder 07ac6f8
Refactor the get_one, put, delete for KVP
ashwini-orchestral 7544f95
Modified unit tests to add multiple users and roles for KVP
ashwini-orchestral c04b7a5
Modified method to return only keyvaluepair keys
ashwini-orchestral 0881982
Modified unit tests for multiple users and roles kvp
ashwini-orchestral 6a9e1e4
Fixed lint error
ashwini-orchestral 3649ef9
Fixed lint error
ashwini-orchestral c7250f7
Fixed lint error
ashwini-orchestral 6c12ef7
Rollback changes to get_all for key value API
m4dcoder 6522420
Refactor and simplify get_one method of key value API
m4dcoder ea5bf2e
Fix kvp unit tests to be more dynamic in asserting list
m4dcoder fafe328
Add observer support to get_all for key value API
m4dcoder 0dbae40
Refactor and simplify put method of key value API
m4dcoder f9b2c3c
Minor black formatting changes
m4dcoder 77632eb
Refactor and simplify delete method of key value API
m4dcoder 9189455
Refactor get_all_system_kvp_names_for_user with more restriction
m4dcoder 66989cc
Refactor RBAC unit tests for the key value API
m4dcoder fa38953
Merge remote-tracking branch 'origin' into rbac_keyvaluepair
m4dcoder ec3a184
Fixed minor issue of CLI command
ashwini-orchestral b9309e5
Removed commented line
ashwini-orchestral 51b580c
Merge branch 'master' into rbac_keyvaluepair
ashwini-orchestral a2e51f4
Merge branch 'master' into rbac_keyvaluepair
ashwini-orchestral 816e6ba
Merge branch 'master' into rbac_keyvaluepair
m4dcoder 1747eee
Merge branch 'master' into rbac_keyvaluepair
ashwini-orchestral d32a7f3
Updated changelog for RBAC keyvaluepair
ashwini-orchestral 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
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.
Uh oh!
There was an error while loading. Please reload this page.