401 unauthorized for Node-exporter servicemonitor #1976
Unanswered
subhranil05
asked this question in
Q&A
Replies: 1 comment 1 reply
-
same issue here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using TLS in our node-exporter in k8.
As authentication we are using tlsConfig in servicemonitors and bearTokenFile as below
still getting 401 unauthorized in dashboard, Please help me to find a solution, thanks
spec:
endpoints:
bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
interval: 15s
port: https
scheme: https
tlsConfig:
insecureSkipVerify: true
Beta Was this translation helpful? Give feedback.
All reactions