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
Users may want to deploy simple monitoring services without any authorization/authentication settings.
So, "Anonymous Auth" option with it's "Anonymous Organization Role" settings would be a useful and fast solution for that.
The GF_AUTH_ANONYMOUS_ENABLED and GF_AUTH_ANONYMOUS_ORG_ROLE container environment variables stands for them.
For the clarification of feature request, I'll share a rough code snippet for desired scenario.
Users may want to deploy simple monitoring services without any authorization/authentication settings.
So, "Anonymous Auth" option with it's "Anonymous Organization Role" settings would be a useful and fast solution for that.
The
GF_AUTH_ANONYMOUS_ENABLED
andGF_AUTH_ANONYMOUS_ORG_ROLE
container environment variables stands for them.For the clarification of feature request, I'll share a rough code snippet for desired scenario.
The text was updated successfully, but these errors were encountered: