You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Nautobot 2.1.5, the METRICS_AUTHENTICATED setting was added to allow for authentication to the /metrics endpoint. This proposal would be to take advantage of the METRICS_AUTHENTICATED setting and if set, require authentication for the endpoint.
The main purpose of this is so that if Nautobot is run on the internet (or even an intranet), you may be exposing data you don't want to anyone. This give the user the option to require authentication if desired.
The default state of METRICS_AUTHENTICATED is False so any existing monitoring systems will be able to still operate in the same manner.
Use Case
A more secure environment where the user doesn't want the /api/plugins/capacity-metrics/app-metrics endpoint accessible to unauthenticated users.
The text was updated successfully, but these errors were encountered:
Environment
Proposed Functionality
In Nautobot 2.1.5, the
METRICS_AUTHENTICATED
setting was added to allow for authentication to the/metrics
endpoint. This proposal would be to take advantage of theMETRICS_AUTHENTICATED
setting and if set, require authentication for the endpoint.The main purpose of this is so that if Nautobot is run on the internet (or even an intranet), you may be exposing data you don't want to anyone. This give the user the option to require authentication if desired.
The default state of
METRICS_AUTHENTICATED
isFalse
so any existing monitoring systems will be able to still operate in the same manner.Use Case
/api/plugins/capacity-metrics/app-metrics
endpoint accessible to unauthenticated users.The text was updated successfully, but these errors were encountered: