Since passwords need to go into these configuratio...
# ingestion
c
Since passwords need to go into these configuration files, how are people securing the passwords to ensure they are not leaked?
s
We are using the passwords in env file and you can send to the yml file as variable . but the next step we will put in secrets manager(aws). If you have something similar it would work too
c
So you use a keystore to store the password and an env variable to retrieve it which is retrieved by the yml config?
I was going to try and use pass to do that but not really sure how to get an env variable to retrieve a password 😞