Skip to content

Commit

Permalink
modif right for S3User (#70)
Browse files Browse the repository at this point in the history
* modif right for S3User

* bump 5.2

---------

Co-authored-by: Lemaitre Jacques <[email protected]>
  • Loading branch information
JackLemaitre and Lemaitre Jacques authored Jun 6, 2024
1 parent c9b6a46 commit 14129f0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/s3-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.1
version: 0.5.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
30 changes: 30 additions & 0 deletions charts/s3-operator/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,36 @@ rules:
- get
- patch
- update
- apiGroups:
- s3.onyxia.sh
resources:
- s3user
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- s3.onyxia.sh
resources:
- s3user/finalizers
verbs:
- update
- apiGroups:
- s3.onyxia.sh
resources:
- s3user/status
verbs:
- get
- patch
- update
- apiGroups: [""]
resources: [ "secrets" ]
verbs: ["create" , "patch" , "update" ,"delete"]

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 14129f0

Please sign in to comment.