Is User Auto Provisioning Unsupported on Aurora RDS? #50566
-
Hello, I’m trying to enable the auto provisioning feature for Aurora RDS. According to the documentation, the Access Denied to Database Error: https://goteleport.com/docs/enroll-resources/database-access/auto-user-provisioning/mysql/#access-denied-to-database-error However, unlike MySQL, Aurora RDS doesn’t support the concept of roles—only users exist, as noted in the AWS documentation: Users and Roles in Aurora MySQL: https://docs.aws.amazon.com/ko_kr/dms/latest/sql-server-to-aurora-mysql-migration-playbook/chap-sql-server-aurora-mysql.security.usersroles.html#chap-sql-server-aurora-mysql.security.usersroles.mysql Does this mean that auto provisioning cannot be used with Aurora RDS? If anyone has insights or workarounds, I would greatly appreciate your guidance. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@greedy52 can hopefully confirm here, but I don't believe that we do support automatic user provisioning for Aurora RDS MySQL currently. |
Beta Was this translation helpful? Give feedback.
@computerphilosopher Aurora MySQL should work fine.
for example, here are the things that I run to provision my
teleport-admin
user on Aurora MySQL:Of course this part is done using master user with password auth without Teleport. After this initial setup, I can use …