hydra
hydra copied to clipboard
Create utility to access MLFlow creds securely - AWS & GCP
Currently mlflow credentials need to be passed via environment variables in the run.yaml file. Add util methods in hydra.utils to automatically set MLFlow tracking username and password environment variables by reading a cloud secret manager (so for GCP it'd be https://cloud.google.com/secret-manager and for AWS it'd be https://aws.amazon.com/secrets-manager/ - for local runs just read from local environment)