airbyte
airbyte copied to clipboard
Replace custom multitple authenticators with Selective Authenticator
What
Some connectors are still implementing multiple authenticators using a custom component. They should be updated to use a SelectiveAuthenticator.
Connector updates should not require a a breaking change. This might require a config migration
Acceptance criteria
- [ ] All connectors requiring multiple authenticators use a SelectiveAuthenticator