Hi All, Is possible if we can use IAM based authe...
# all-things-deployment
a
Hi All, Is possible if we can use IAM based authentication in Datahub app instead of using hard coded password for mysql ?
d
Not really sure on this - @orange-night-91387 any ideas?
o
Support for this was added in this PR which added the environment variable
EBEAN_POSTGRES_USE_AWS_IAM_AUTH
, the PR provides details on how it works.
a
Thanks alot for the help @delightful-ram-75848 and @orange-night-91387. Would this be possible if we are using mysql database and deploying the the datahub app using helm charts.
a
Yes it should, although the PR and env var say Postgres, the AWS wrapper jar specifically calls out that it should work generically for AWS DBs