Skip to content

Commit

Permalink
Append more permissions to operator clusterrole (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored May 3, 2024
1 parent 7222776 commit fc16188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/+add-user-extras-to-cluster-role.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Append more permissions to operator clusterrole
2 changes: 2 additions & 0 deletions mirrord/operator/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ impl OperatorRole {
"userextras/user-assertion.cloud.google.com".to_owned(),
"userextras/principalid".to_owned(),
"userextras/oid".to_owned(),
"userextras/username".to_owned(),
"userextras/licensekey".to_owned(),
]),
verbs: vec!["impersonate".to_owned()],
..Default::default()
Expand Down

0 comments on commit fc16188

Please sign in to comment.