-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix: parse project with applicationset resource #23252
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
fix: parse project with applicationset resource #23252
Conversation
Applicationsets are supposed to work when used in a project, but up until now did not when called via the API. That is due to the RBAC action not being present when the request was parsed. Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23252 +/- ##
==========================================
+ Coverage 59.98% 60.06% +0.07%
==========================================
Files 343 341 -2
Lines 57890 57865 -25
==========================================
+ Hits 34727 34756 +29
+ Misses 20381 20339 -42
+ Partials 2782 2770 -12 ☔ View full report in Codecov by Sentry. |
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.
LGTM!
/cherry-pick release-3.0 |
/cherry-pick release-2.14 |
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: enneitex <etienne.divet@gmail.com>
Performing appset actions are supposed to work when used in a project, but up until now did not when called via the API. That is due to the applicationset RBAC resource not being accounted for when the request was parsed.
Should be cherry-picked to 3.0 and 2.14.
Checklist: