chore(core): Synchronize SAML settings in multi-main (#19588)

This commit is contained in:
Andreas Fitzek
2025-09-16 16:31:20 +02:00
committed by GitHub
parent a7f4e3e323
commit 0c0188fe40
5 changed files with 281 additions and 14 deletions

View File

@@ -17,6 +17,7 @@ export type PubSubEventName =
| 'reload-external-secrets-providers'
| 'reload-license'
| 'reload-oidc-config'
| 'reload-saml-config'
| 'response-to-get-worker-status'
| 'restart-event-bus'
| 'relay-execution-lifecycle-event';