-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add support for Registration Tokens #17555
Add support for Registration Tokens #17555
Conversation
trigger: test-robottelo |
PRT Result
|
444794d
to
d0dd9b9
Compare
trigger: test-robottelo |
d0dd9b9
to
b10038a
Compare
trigger: test-robottelo |
PRT Result
|
b10038a
to
6309f7c
Compare
6309f7c
to
b142abd
Compare
trigger: test-robottelo |
PRT Result
|
PRT Result
|
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.
Looks straight forward
b142abd
to
67c4ca1
Compare
9dcf9ee
to
dac6697
Compare
trigger: test-robottelo |
trigger: test-robottelo |
PRT Result
|
user = admin_user | ||
|
||
# Non-Admin user with "edit_users" permission and "Register hosts" role | ||
roles = [target_sat.api.Role().create()] |
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.
Optional: It would be better to define it as a custom_role and assign permissions then append it to list or you simply add to the list when creating a user along with host_register_role
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.
I would like to keep this.
d5ea2a4
to
4863186
Compare
trigger: test-robottelo |
PRT Result
|
4863186
to
f5e163a
Compare
trigger: test-robottelo |
PRT Result
|
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.
ACK, @shweta83 Good job and thanks for addressing the comments
Problem Statement
Add support for JWT invalidate via API: SAT-30383
Solution
Added API support
Related Issues
SatelliteQE/nailgun#1260