File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed
config/overlays/featuregate/synthetic-user-permissions Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # kustomization file for secure OLMv1
2+ # DO NOT ADD A NAMESPACE HERE
3+ apiVersion : kustomize.config.k8s.io/v1beta1
4+ kind : Kustomization
5+ resources :
6+ - ../../../base/operator-controller
7+ - ../../../base/common
8+ components :
9+ - ../../../components/tls/operator-controller
10+
11+ patches :
12+ - target :
13+ kind : Deployment
14+ name : operator-controller-controller-manager
15+ path : patches/enable-featuregate.yaml
16+ - target :
17+ kind : ClusterRole
18+ name : operator-controller-manager-role
19+ path : patches/impersonate-perms.yaml
Original file line number Diff line number Diff line change 1+ # enable synthetic-user feature gate
2+ - op : add
3+ path : /spec/template/spec/containers/0/args/-
4+ value : " --feature-gates=SyntheticPermissions=true"
Original file line number Diff line number Diff line change 1+ # enable synthetic-user feature gate
2+ - op : add
3+ path : /rules/-
4+ value :
5+ apiGroups :
6+ - " "
7+ resources :
8+ - groups
9+ - users
10+ verbs :
11+ - impersonate
You can’t perform that action at this time.
0 commit comments