You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that we have some sensitive info in the kafka configurations (both audit and notifications) and I think we should use a similar approach for that. The specific field with the connection info in this case is the saslJaasConfig, although only a small part of that is actually sensitive.
The text was updated successfully, but these errors were encountered:
For our 0.1.0 we introduced support for passing sensitive info like passwords via helm secrets (documented in https://github.com/Alvearie/alvearie-helm/pull/25/files) as opposed to hardcoding them or forcing users.
It turns out that we have some sensitive info in the kafka configurations (both audit and notifications) and I think we should use a similar approach for that. The specific field with the connection info in this case is the saslJaasConfig, although only a small part of that is actually sensitive.
The text was updated successfully, but these errors were encountered: