Geting eazyBI DB Password w/ AWS Secrets Manager

Hi everyone,
Is there a way for us to get the database password from AWS Secrets Manager instead of hardcoding it in the GUI or using the existing encryption method?

Hi, when you enter the DB credentials in the settings form, they are saved in a file <JIRA_SHARED_HOME>/eazybi.toml. So, if you are automating something, you could generate the file and take the password from the secret manager. There is also an option to encrypt the password, if your Jira shared home is not a safe place.