Skip to content
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

Adding read permissions for recipe check hooks #1601

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

asn1809
Copy link
Contributor

@asn1809 asn1809 commented Oct 23, 2024

When executing the check hooks, supported types are pods, deployments and statefulsets. Read permissions for pods already exist. Read persmissions for deployments and statefulsets are being added.

When executing the check hooks, supported types are pods, deployments
and statefulsets. Read permissions for pods already exist. Read
persmissions for deployments and statefulsets are being added.

Signed-off-by: Annaraya Narasagond <annarayanarasagond@gmail.com>
Signed-off-by: Annaraya Narasagond <annarayanarasagond@gmail.com> Annaraya Narasagond <annarayanarasagond@gmail.com>
@@ -139,6 +139,14 @@ rules:
- placements/finalizers
verbs:
- update
- apiGroups:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These role changes need to be added to config/dr-cluster/rbac/role.yaml as well. As the dr-cluster is bundled with the role here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Signed-off-by: Annaraya Narasagond <annarayanarasagond@gmail.com>
Signed-off-by: Annaraya Narasagond <annarayanarasagond@gmail.com> Annaraya Narasagond <annarayanarasagond@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants