grafana/pkg/server
linoman 4027254b87
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>
2023-04-17 11:42:37 +02:00
..
backgroundsvcs Previews: remove dashboard previews backend (#66176) 2023-04-13 21:42:24 +04:00
usagestatssvcs Previews: remove dashboard previews backend (#66176) 2023-04-13 21:42:24 +04:00
runner.go Chore: Unite wire graphs for cli and server (#61143) 2023-03-17 16:36:39 +01:00
server_test.go Chore: Add initial support for deployment modes (#63992) 2023-03-06 14:06:52 -05:00
server.go Chore: Add initial support for deployment modes (#63992) 2023-03-06 14:06:52 -05:00
test_env.go Plugins: Refactor forward of cookies, OAuth token and header modifications by introducing client middlewares (#58132) 2022-12-01 19:08:36 +01:00
wire.go Auth: Add SigningKeys Service (#64343) 2023-04-17 11:42:37 +02:00
wireexts_oss.go Previews: remove dashboard previews backend (#66176) 2023-04-13 21:42:24 +04:00