Auth: SSOSettings handle secret update (#80591)

* first touches

* Merge missing SSO settings to support Advanced Auth pages

* fix

* Update secrets correctly

* Add test for upsert with redactedsecret

* Verify decryption in the List tests
This commit is contained in:
Misi
2024-01-17 15:55:55 +02:00
committed by GitHub
parent 1de876c354
commit da6926f6f7
4 changed files with 301 additions and 16 deletions
@@ -179,6 +179,7 @@ func TestIntegrationAnonDeviceService_localCacheSafety(t *testing.T) {
}
func TestIntegrationDeviceService_SearchDevice(t *testing.T) {
t.Skip("Flaky test, @eleijonmarck will fix")
testCases := []struct {
name string
insertDevices []*anonstore.Device