We have many AWS connection string in apache airflow and anyone can see our access keys and secret keys in airflow webserver connections section. How to hide or mask sensitive data in airflow webserver?
We have already enabled authentication true in airflow configuration so it won't allow unauthorized users. But I don't want to show my keys in web view.
For the Airflow Variables section, Airflow will automatically hide any values if the variable name contains secret
or password
. The check for this value is case-insensitive, so the value of a variable with a name containing SECRET
will also be hidden.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With