risingwavelabs / risingwave

Best-in-class stream processing, analytics, and management. Perform continuous analytics, or build event-driven applications, real-time ETL pipelines, and feature stores in minutes. Unified streaming and batch. PostgreSQL compatible.
https://go.risingwave.com/slack
Apache License 2.0
7k stars 575 forks source link

tracking: Custom SSL certificate with secret #17788

Open st1page opened 3 months ago

st1page commented 3 months ago

After https://github.com/risingwavelabs/risingwave/pull/17456, RisingWave has gained a certain level of capability in managing certificates for administration. User can write options like xxx.location = SECRET yyy AS FILE. But there is still work to be done to support SSL configurations with secrets in different places.

We at least need to prioritize support for the following distinct requirements, and then additional connectors can be supplemented as needed afterward. We should provide support for the following and add corresponding tests and docs.

BugenZhao commented 3 months ago

Also link to #17202

fuyufjh commented 3 months ago

cc. @tabVersion Can you please help to support SECRET in those connectors that already has SSL support? such as Kafka.