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
As more secure alternative to auth basic, add the support via jwt token.
it should possible to define a token file and a header name to attach the token. The token file can be changed each hour.
Use case:
i have to disable the initial admin in grafana. I would like to enable jwt auth to allow login via kubernetes server account token, since its a short-living jwt token.
As more secure alternative to auth basic, add the support via jwt token.
it should possible to define a token file and a header name to attach the token. The token file can be changed each hour.
Use case:
i have to disable the initial admin in grafana. I would like to enable jwt auth to allow login via kubernetes server account token, since its a short-living jwt token.
ref: grafana/grafana#81794
The text was updated successfully, but these errors were encountered: