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.
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.