streaming-ops
streaming-ops copied to clipboard
Migrate Connector secret management to Connect Secret Registry
Right now connector secrets are managed with sealed secrets and templated in and mounted as a K8s Secret type. The secret registry obviates the need for this and should be used instead.
This issue captures the task of migrating to that solution