azure-service-operator
azure-service-operator copied to clipboard
Bug: Cannot log into MySQL as MySQLAADUser representing a group
Describe the bug MySQLAADUser representing an AAD Group cannot be logged in as on the MySQL server.
To Reproduce Steps to reproduce the behavior:
- Create a
MySQLAADUserfor a group. Specify the group name as theUsernameand the group object ID as theAADID. - Observe that the user reconciles successfully.
- Attempt to log in to the user in MySQL, following the instructions. Specifically: "When logging in, members of the group will use their personal access tokens, but sign with the group name specified as the username."
Expected behavior I am able to log in as the user.
Flexible server is adding support for this sometime later this year (~Nov timeframe). Until then we have to live with this issue as we can't work around it.
We believe flexible support has been delayed, and are trying to find out the new estimate.
It sounds like this was delayed until ~Sept 2022
Still waiting on this from the product team AFAIK
The product team has recently release support for this for MySQL Flexible Server. We now need to implement support for it in ASO.
I'm currently working on support for this in MySQL FlexibleServer