Skip to content

Commit 15e956e

Browse files
authored
Drop usage of kube-rbac-proxy (#504)
1 parent 0d3b88b commit 15e956e

File tree

7 files changed

+0
-86
lines changed

7 files changed

+0
-86
lines changed

config/default/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ resources:
2121
#- ../prometheus
2222

2323
patchesStrategicMerge:
24-
#- manager_auth_proxy_patch.yaml
2524

2625
# Mount the controller config file for loading manager configurations
2726
# through a ComponentConfig type

config/default/manager_auth_proxy_patch.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

config/rbac/auth_proxy_client_clusterrole.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

config/rbac/auth_proxy_role.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

config/rbac/auth_proxy_role_binding.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

config/rbac/auth_proxy_service.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

config/rbac/kustomization.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,3 @@ resources: # All RBAC will be applied under this service account in
1010
- cluster_role_binding.yaml
1111
- leader_election_role.yaml
1212
- leader_election_role_binding.yaml
13-
# Comment the following 4 lines if you want to disable
14-
# the auth proxy (https://github.com/brancz/kube-rbac-proxy)
15-
# which protects your /metrics endpoint.
16-
- auth_proxy_service.yaml
17-
- auth_proxy_role.yaml
18-
- auth_proxy_role_binding.yaml
19-
- auth_proxy_client_clusterrole.yaml

0 commit comments

Comments
 (0)