-
Notifications
You must be signed in to change notification settings - Fork 107
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
Support modifying role thresholds #135
Support modifying role thresholds #135
Conversation
Signed-off-by: Asra Ali <[email protected]>
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.
My go skills are a bit rusty (no pun intended), but this looks good to me. There's a couple of bits that would need to change for delegations, but I don't think that's a blocker.
Signed-off-by: Asra Ali <[email protected]>
Signed-off-by: Asra Ali <[email protected]>
Signed-off-by: Asra Ali <[email protected]>
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.
Very nice functionality, thanks! Clearly the code will need to change when we add delegations, but this is very much needed.
I am happy with merging. Marina? |
LGTM, but I'm not a maintainer |
Pull Request Test Coverage Report for Build 978833412
💛 - Coveralls |
* Support modifying role thresholds Signed-off-by: Asra Ali <[email protected]> * add getter Signed-off-by: Asra Ali <[email protected]> * error condition when delegation Signed-off-by: Asra Ali <[email protected]> * fix valid manifest Signed-off-by: Asra Ali <[email protected]>
Adds the ability to modify role thresholds in the CLI
Fixes #6
Question: are there CLI tests?
Signed-off-by: Asra Ali [email protected]