AuthN: Make clientTokenRotation work when Grafana is accessible on a sub url (#69385)

Fix clientTokenRotation for auth-proxy
This commit is contained in:
Misi
2023-06-01 17:06:00 +02:00
committed by GitHub
parent 56c27a1f0d
commit 28bb960e42
5 changed files with 11 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ func (c *Grafana) AuthenticateProxy(ctx context.Context, r *authn.Request, usern
SyncTeams: true,
FetchSyncedUser: true,
SyncOrgRoles: true,
SyncPermissions: true,
AllowSignUp: c.cfg.AuthProxyAutoSignUp,
},
}