We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a398e8 commit 3f16ac9Copy full SHA for 3f16ac9
go/k8s/manifests/rbac.yaml
@@ -8,6 +8,19 @@ metadata:
8
app: unkey
9
component: krane
10
11
+---
12
+# Restricted service account for customer workloads
13
+# This account has NO permissions - customers cannot query the K8s API
14
+apiVersion: v1
15
+kind: ServiceAccount
16
+metadata:
17
+ name: customer-workload
18
+ namespace: unkey
19
+ labels:
20
+ app: unkey
21
+ component: customer
22
+# automountServiceAccountToken is also disabled at pod level for defense in depth
23
+
24
---
25
apiVersion: rbac.authorization.k8s.io/v1
26
kind: ClusterRole
0 commit comments