Does assigning rds_iam
role for database user make his password invalid?
#1429
Replies: 1 comment
-
I found the answer. It was in limitations section.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
We want to use Plain RDS PostgreSQL (non-Aurora) and IAM authentication. We set up driver and connections settings - it all works good. But I have question about using password and IAM token at the same time by the same user.
Does assigning
rds_iam
role for database user make his password invalid immediately?I follow these docs.
I ask, because we use rolling update to deploy our apps. At the same time two versions of app (with IAM auth and with password) will work during rolling update. Will it cause problems, right?
I found thoughts about it in this article (bottom), but I didn't find the confirmation in the docs.
Can you confirm it, please?
Should we create two users and use them during rolling update: with IAM (new user) and with password (old user)? Is it recommended approach?
Kind regards
P.S. Sorry if I posted my question in the wrong section.
Beta Was this translation helpful? Give feedback.
All reactions