Can liquibase support aws iam role authentication for mongodb atlas

in liquibase documentation i can see only username/password authentication with any Database, but i want to use aws iam role authentication, is it possible with liquibase, we have already implemented iam role authentication with our microservices with mongodb atlas as mongodb atlas support aws iam role authentication

Hi @reddynn,

I think what you need is specified here. Hope this helps, if it doesn’t please let us know.

Thanks,
Daniel.

but in that doc, there is no specific configuration like how to use iam role, only i can see

liquibase.command.username=<AWS_ACCESS_KEY_ID> # optional
liquibase.command.password=<AWS_SECRET_ACCESS_KEY> # optional

Hi @mallod is IAM authentication only supported by pro or can we use it in community edition as well

Hi @reddynn,

For some reason, I missed your previous responses here. Let me figure this out with the team and I’ll let you know.

Thanks,
Daniel.

IAM can also be used in the community version, although is not fully supported by Liquibase (meaning it’s not tested), but you can set it up and try it on your own, and if you have any questions you can just let us know.

Regarding your previous question I’m wondering whether what you are looking for is here or what you need is not specified even there.

Hope this helps, if not please let me know and I’ll try to find out what you need as soon as possible.

Thanks,
Daniel.