UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f5bbde9e authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch '1859-thanos-mitigate-automount-sa-token-findings' into 'master'

Mitigating the automount service account token findings for Thanos

See merge request !3600
parents 014073e6 6b306dcc
No related branches found
No related tags found
1 merge request!3600Mitigating the automount service account token findings for Thanos
Pipeline #2682160 passed
......@@ -709,7 +709,8 @@ policies:
- fluentbit
- eck-operator
- nexus-repository-manager
- thanos
update-automountserviceaccounttokens:
enabled: true
namespaces:
......@@ -879,8 +880,18 @@ policies:
- nexus-repository-manager
pods:
- nexus-repository-manager-*
- namespace: thanos
serviceAccounts:
- thanos-minio-sa
- thanos-storegateway
- thanos-query
- thanos-query-frontend
pods:
- thanos-minio-*
podsToHarden:
- thanos-query-frontend-*
- thanos-storegateway-*
- thanos-query-*
istio:
enabled: {{ .Values.istio.enabled }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment