Skip to content

Commit 36699ab

Browse files
authored
Remove synthetic auth from experimental manifests (#2092)
Signed-off-by: Todd Short <[email protected]>
1 parent 365831a commit 36699ab

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

config/components/base/experimental/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ resources:
88
components:
99
- ../common
1010
# EXPERIMENTAL FEATURES ARE LISTED HERE
11-
- ../../features/synthetic-user-permissions
1211
- ../../features/webhook-provider-certmanager
1312
- ../../features/single-own-namespace
1413
- ../../features/preflight-permissions

manifests/experimental-e2e.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,13 +1361,6 @@ rules:
13611361
verbs:
13621362
- list
13631363
- watch
1364-
- apiGroups:
1365-
- ""
1366-
resources:
1367-
- groups
1368-
- users
1369-
verbs:
1370-
- impersonate
13711364
---
13721365
apiVersion: rbac.authorization.k8s.io/v1
13731366
kind: ClusterRole
@@ -1774,7 +1767,6 @@ spec:
17741767
- --health-probe-bind-address=:8081
17751768
- --metrics-bind-address=:8443
17761769
- --leader-elect
1777-
- --feature-gates=SyntheticPermissions=true
17781770
- --feature-gates=WebhookProviderCertManager=true
17791771
- --feature-gates=SingleOwnNamespaceInstallSupport=true
17801772
- --feature-gates=PreflightPermissions=true

manifests/experimental.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,13 +1361,6 @@ rules:
13611361
verbs:
13621362
- list
13631363
- watch
1364-
- apiGroups:
1365-
- ""
1366-
resources:
1367-
- groups
1368-
- users
1369-
verbs:
1370-
- impersonate
13711364
---
13721365
apiVersion: rbac.authorization.k8s.io/v1
13731366
kind: ClusterRole
@@ -1740,7 +1733,6 @@ spec:
17401733
- --health-probe-bind-address=:8081
17411734
- --metrics-bind-address=:8443
17421735
- --leader-elect
1743-
- --feature-gates=SyntheticPermissions=true
17441736
- --feature-gates=WebhookProviderCertManager=true
17451737
- --feature-gates=SingleOwnNamespaceInstallSupport=true
17461738
- --feature-gates=PreflightPermissions=true

0 commit comments

Comments
 (0)