[management] Add static connectors to combined server #5766
[management] Add static connectors to combined server #5766
Conversation
📝 WalkthroughWalkthroughThis change introduces support for static Dex connectors in the authentication configuration system. A new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Describe your changes
With the release of #5586 we now allow users to setup static connectors through management.json, which allows them to provision OIDC entries directly through config, this PR introduces the same capability for the combined server.
Example config.yaml:
Caveats
Checklist
Documentation
Select exactly one:
Docs PR URL (required if "docs added" is checked)
Paste the PR link from https://github.com/netbirdio/docs here:
https://github.com/netbirdio/docs/pull/__
Summary by CodeRabbit
New Features
Refactor