mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-30 01:54:46 +00:00
⚡ Let the user system:anonymous
access the services/proxy
resource
This commit is contained in:
parent
470ab3d7ed
commit
acaa29f8eb
@ -22,6 +22,7 @@ rules:
|
|||||||
resources:
|
resources:
|
||||||
- pods
|
- pods
|
||||||
- services
|
- services
|
||||||
|
- services/proxy
|
||||||
- endpoints
|
- endpoints
|
||||||
- persistentvolumeclaims
|
- persistentvolumeclaims
|
||||||
- ingresses
|
- ingresses
|
||||||
|
@ -21,3 +21,5 @@ subjects:
|
|||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: kubeshark-service-account
|
name: kubeshark-service-account
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
|
- kind: User
|
||||||
|
name: system:anonymous
|
||||||
|
Loading…
Reference in New Issue
Block a user