mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-16 23:03:51 +00:00
⚡ Let the user system:anonymous
access the services/proxy
resource
This commit is contained in:
@@ -22,6 +22,7 @@ rules:
|
||||
resources:
|
||||
- pods
|
||||
- services
|
||||
- services/proxy
|
||||
- endpoints
|
||||
- persistentvolumeclaims
|
||||
- ingresses
|
||||
|
@@ -21,3 +21,5 @@ subjects:
|
||||
- kind: ServiceAccount
|
||||
name: kubeshark-service-account
|
||||
namespace: {{ .Release.Namespace }}
|
||||
- kind: User
|
||||
name: system:anonymous
|
||||
|
Reference in New Issue
Block a user