[MDEV-24553] IAM support for RDS MariaDB Created: 2021-01-09 Updated: 2022-11-07 Resolved: 2022-11-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Arvinder Singh | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | authentication | ||
| Description |
|
MariaDB RDS doesn't support IAM while MySQL does. |
| Comments |
| Comment by Daniel Black [ 2021-01-18 ] |
|
I had a look at the MySQL/Postgresql documentation https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html . It all looks pretty straight forward. MariaDB-10.4 would have minor differences to the MySQL implementation because of the way authentication is stored however it shouldn't be hard to navigate. Apart from a lack of user demand/resources, I don't see why Amazon haven't implemented this. |
| Comment by Daniel Black [ 2022-11-07 ] |
|
The IAM implementation isn't in MariaDB, its in the connector. Maybe https://github.com/awslabs/aws-mysql-jdbc/issues/264 can help? |