mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Auth: Add SigningKeys Service (#64343)
* Add key service Co-authored-by: Misi <mgyongyosi@users.noreply.github.com> * Wire the service * Rename Service * Implement GetJWKS * Slipt interface and implementation Co-authored-by: Misi <mgyongyosi@users.noreply.github.com> * Change implementation, add tests * Align to the expected package hierarchy * Update CODEOWNERS * Align names and fix wire.go * Update pkg/services/signingkeys/signingkeysimpl/service.go Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com> * Update pkg/services/signingkeys/signingkeysimpl/service_test.go Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com> * Update pkg/services/signingkeys/signingkeysimpl/service_test.go Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com> * Update pkg/services/signingkeys/signingkeysimpl/service_test.go Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com> * Add AddPrivateKey method to SigningKeysService * Align tests to the guidelines * Add test for GetJWKS() method * Add comments to the interface * Add FakeSigningKeysService --------- Co-authored-by: Misi <mgyongyosi@users.noreply.github.com> Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
This commit is contained in:
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@@ -522,6 +522,7 @@ lerna.json @grafana/frontend-ops
|
||||
/pkg/services/anonymous/ @grafana/grafana-authnz-team
|
||||
/pkg/services/auth/ @grafana/grafana-authnz-team
|
||||
/pkg/services/authn/ @grafana/grafana-authnz-team
|
||||
/pkg/services/signingkeys/ @grafana/grafana-authnz-team
|
||||
/pkg/services/dashboards/accesscontrol.go @grafana/grafana-authnz-team
|
||||
/pkg/services/datasources/permissions/ @grafana/grafana-authnz-team
|
||||
/pkg/services/guardian/ @grafana/grafana-authnz-team
|
||||
|
||||
Reference in New Issue
Block a user