Skip to content

Commit 6c5461c

Browse files
authored
applies least privileges good practices
This commit is the second part that applies least privileges config good practices to the Prometheus Remote Write Exporter docs Signed-off-by: Michael Hausenblas <[email protected]>
1 parent 52466e3 commit 6c5461c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/docs/getting-started/prometheus-remote-write-exporter.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ receivers:
7070
sample_limit: 10000
7171
kubernetes_sd_configs:
7272
- role: endpoints
73-
tls_config:
74-
ca_file: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
75-
insecure_skip_verify: true
76-
bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
7773
```
7874
7975
**Note:** To perform Kubernetes service discovery, you will need to set up the proper permissions and RBAC authorization for the service account

0 commit comments

Comments
 (0)