Hi team ,
My application airflow python based running on kubernetes and I wanted to get secret from hashicorp vault using auto auth method , if I use user/pass in plane text in my python code it will not secure and chances to get stolen , pls help me how to get this auto authentication setup via airflow app or python to hashicorp vault without writ token or credential in plane text .