grafana/pkg/services/ssosettings
colin-stuart e241188f00
Auth: Implement the SSO Settings List endpoint (#80769)
* add list endpoint & initial tests

* add tests and ETag

* format service_test.go

* add list swagger param, generate openAPI, remove ETag, use RedactedPassword

* correct swagger param name

* Align tests to latest changes

* use setting.RedactedValue()

* add string assertion

* lint & require no error on res.Body.Close()

* add custom response type

---------

Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com>
2024-01-19 14:39:09 -05:00
..
api Auth: Implement the SSO Settings List endpoint (#80769) 2024-01-19 14:39:09 -05:00
database Auth: tidy up the database layer from the SSO Settings Service (#80341) 2024-01-11 14:45:01 +02:00
models Auth: Implement the SSO Settings GET endpoint (#79144) 2024-01-08 09:35:14 -05:00
ssosettingsimpl Auth: Implement the SSO Settings List endpoint (#80769) 2024-01-19 14:39:09 -05:00
ssosettingstests Auth: Implement the SSO Settings List endpoint (#80769) 2024-01-19 14:39:09 -05:00
strategies Auth: Use cfg.Raw in OAuthStrategy for loading settings (#80136) 2024-01-08 15:36:15 +02:00
errors.go Auth: Implement the SSO Settings update endpoint (#79676) 2024-01-03 13:04:35 +02:00
ssosettings.go Auth: Implement the SSO Settings List endpoint (#80769) 2024-01-19 14:39:09 -05:00