Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-manager-mk2/config/rbac/auth_proxy_role.yaml
2499 views
1
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License-AGPL.txt in the project root for license information.
4
5
apiVersion: rbac.authorization.k8s.io/v1
6
kind: ClusterRole
7
metadata:
8
name: proxy-role
9
rules:
10
- apiGroups:
11
- authentication.k8s.io
12
resources:
13
- tokenreviews
14
verbs:
15
- create
16
- apiGroups:
17
- authorization.k8s.io
18
resources:
19
- subjectaccessreviews
20
verbs:
21
- create
22
23