-
Notifications
You must be signed in to change notification settings - Fork 136
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
[RBAC] failed grouprole permission migrations fix #2274
Conversation
No-Issue Signed-off-by: James Tanner <[email protected]>
No-Issue Signed-off-by: James Tanner <[email protected]>
With the latest commit, the namespace does retain it's groups ...
However, nothing got copied over to the dab side ...
|
The assignments should be copied later in
|
Obvious question from last comment, can you see that a team exists for all groups after the migration? The team model was created in the migration |
No-Issue Signed-off-by: James Tanner <[email protected]>
No-Issue Signed-off-by: James Tanner <[email protected]>
No-Issue Signed-off-by: James Tanner <[email protected]>
Failure from the certified sync workflow's migration step ...
|
No-Issue Signed-off-by: James Tanner <[email protected]>
No-Issue Signed-off-by: James Tanner <[email protected]>
Backport to stable-4.10: 💚 backport PR created✅ Backport PR branch: Backported as #2276 🤖 @patchback |
Newly created roles during migrations we not getting permissions assigned, and that made it appear that no user owned any resources. This change re-adds the relevant model permissions to preserve the "ownership" the API would evaluation and display. No-Issue Signed-off-by: James Tanner <[email protected]> (cherry picked from commit f2262c6)
…mission migrations fix (#2276) [RBAC] failed grouprole permission migrations fix (#2274) Newly created roles during migrations we not getting permissions assigned, and that made it appear that no user owned any resources. This change re-adds the relevant model permissions to preserve the "ownership" the API would evaluation and display. No-Issue Signed-off-by: James Tanner <[email protected]> (cherry picked from commit f2262c6) Co-authored-by: jctanner <[email protected]>
https://issues.redhat.com/browse/AAP-31417