-
Notifications
You must be signed in to change notification settings - Fork 253
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
Change roleRef pattern to subjects #778
Conversation
You will also need to update Artifact Hub metadata as well as test cases. |
* chore: add script to update artifacthub digest Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * script Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * install Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * install Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix digest Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Rangan Mahesh <rangan502@gmail.com>
Changed the roleRef in patterns to subjects as the system groups are defined under subjects and not roleRef Signed-off-by: RanganMahesh <rangan502@gmail.com> Signed-off-by: Rangan Mahesh <rangan502@gmail.com>
@chipzoller Please review now |
Recalculated SHA256 and updated Signed-off-by: RanganMahesh <rangan502@gmail.com> Signed-off-by: Rangan Mahesh <rangan502@gmail.com>
@chipzoller Is there a way to generate the SHA256 sum differently ? It seems to be failing |
Just use |
Signed-off-by: Rangan Mahesh <rangan502@gmail.com>
Signed-off-by: RanganMahesh <rangan502@gmail.com> Signed-off-by: Rangan Mahesh <rangan502@gmail.com>
Signed-off-by: Rangan Mahesh <rangan502@gmail.com>
Signed-off-by: Rangan Mahesh <rangan502@gmail.com>
@chipzoller Rerun the pipelines |
@chipzoller Could you please help with this one ? Not sure why it is failing |
Checks successful. Was a transient failure. |
@chipzoller Great! |
@chipzoller good to merge? |
Sorry, will check this out again soon. |
@chipzoller Can we close the merge? |
Changed the roleRef in patterns to subjects as the system groups are defined under subjects and not roleRef
Related Issue(s)
Fixes #777
Description
The updated code will make sure that the restrict-binding-system-groups example is applied and works on system groups, previously it was matching pattern for roleRef.
Checklist