In my Influx 2.0 OSS setup, it appears that /metrics and /health endpoints do not require any auth and are accessible to anyone.
In Influx 1.8, there was a settings to require auth for those endpoints ( ping-auth-enabled = false
. However, I can’t see to find a similar settings for Influx 2.0.
Is there a way to disable those endpoints or require auth?
Thanks