mirror of
https://github.com/grafana/grafana.git
synced 2024-12-26 17:01:09 -06:00
a8b07b0c81
* Add authlib gRPC authenticators for in-proc mode * implement `StaticRequester` signing in the unified resource client - [x] when the `claims.AuthInfo` value type is `identity.StaticRequester`, and there's no ID token set, create an internal token and sign it with symmetrical key. This is a workaround for `go-jose` not offering the possibility to create an unsigned token. - [x] update `IDClaimsWrapper` to support the scenario above - [x] Switch to using `claims.From()` in `dashboardSqlAccess.SaveDashboard()` --------- Co-authored-by: gamab <gabriel.mabille@grafana.com> |
||
---|---|---|
.. | ||
context_test.go | ||
context.go | ||
error.go | ||
requester.go | ||
role_type.go | ||
static.go | ||
typed_id.go | ||
wrapper.go |