Re: [DISCUSS] Generic Secret Injection for Sink/Source Configuration

2023-08-08 Thread Michael Marshall
Thanks Baodi Shi. The proposed implementation is available in this PR: https://github.com/apache/pulsar/pull/20901. - Michael On Fri, Aug 4, 2023 at 9:33 PM Baodi Shi wrote: > > Hi, Michael: > > I left some comments on the PR. > > if you could explain the implementation part in a little more det

Re: [DISCUSS] Generic Secret Injection for Sink/Source Configuration

2023-08-04 Thread Baodi Shi
Hi, Michael: I left some comments on the PR. if you could explain the implementation part in a little more detail. Thanks, Baodi Shi On Jul 29, 2023 at 05:57:40, Michael Marshall wrote: > * The PIP is https://github.com/apache/pulsar/pull/20903 > > - Michael > > On Fri, Jul 28, 2023 at 4:56

Re: [DISCUSS] Generic Secret Injection for Sink/Source Configuration

2023-07-28 Thread Michael Marshall
* The PIP is https://github.com/apache/pulsar/pull/20903 - Michael On Fri, Jul 28, 2023 at 4:56 PM Michael Marshall wrote: > > After looking a bit closer at the requirements for this feature, I > determined the above solution does not work because it won't work for > nested configurations. > > M

Re: [DISCUSS] Generic Secret Injection for Sink/Source Configuration

2023-07-28 Thread Michael Marshall
After looking a bit closer at the requirements for this feature, I determined the above solution does not work because it won't work for nested configurations. My new solution required a PIP: https://github.com/apache/pulsar/issues/20862. I'll start a new discussion thread. Thanks, Michael On M