SamWheating commented on PR #33680: URL: https://github.com/apache/airflow/pull/33680#issuecomment-1692365427
> the code read the value from db, encode it in base64 and store it as K8s secret (with unique suffix) then init_container can reference it. user decode it with the code running in the pod. When pod terminate the operator remove the secret created. Interesting approach - in this approach I was trying to stay aligned with the existing `Secret` class and usage patterns, whereas this would create a largely different (albeit more flexible) avenue for defining and mounting secrets. Do you have any especially strong preferences or objections to the proposed implementation? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
