Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MySQLUser #2328

Merged
merged 1 commit into from
Jun 9, 2022
Merged

Conversation

matthchr
Copy link
Member

@matthchr matthchr commented Jun 3, 2022

  • Supports password rotation (by updating secret in k8s).
  • Does not support AAD today, but can be expanded to do so in the
    future.

Fixes #1781, fixes #1760.

If applicable:

  • this PR contains documentation
  • this PR contains tests

@matthchr
Copy link
Member Author

matthchr commented Jun 3, 2022

Need to add this to the list of resources supported somehow (except that list is currently entirely code generated I think)

@matthchr
Copy link
Member Author

matthchr commented Jun 3, 2022

This also fixes part of #2125 but not all of it

@matthchr
Copy link
Member Author

matthchr commented Jun 3, 2022

/ok-to-test sha=7f5645a

v2/api/dbformysql/v1beta1/user_types.go Outdated Show resolved Hide resolved
v2/internal/reconcilers/mysql/mysql_user_reconciler.go Outdated Show resolved Hide resolved
v2/internal/reconcilers/mysql/mysql_user_reconciler.go Outdated Show resolved Hide resolved
v2/internal/util/mysql/privilege.go Outdated Show resolved Hide resolved
- Supports password rotation (by updating secret in k8s).
- Does not support AAD today, but can be expanded to do so in the
  future.
@matthchr matthchr force-pushed the feature/mysql-user branch from 7f5645a to 872613b Compare June 9, 2022 17:50
@matthchr
Copy link
Member Author

matthchr commented Jun 9, 2022

/ok-to-test sha=872613b

@matthchr matthchr merged commit 3b2704c into Azure:main Jun 9, 2022
@matthchr matthchr deleted the feature/mysql-user branch June 9, 2022 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
2 participants