-
Notifications
You must be signed in to change notification settings - Fork 26
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
dbaas: support for users #401
dbaas: support for users #401
Conversation
ec9e8ea
to
907c87b
Compare
Also fixes #326 |
907c87b
to
61fd030
Compare
One test seems to be failing. Probably unrelated to this PR but it's DBaaS related. Just to be sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, it's cool you managed to avoid some boilerplate through generics.
Yes I can't reproduce the issue, seems to have been transient. |
I tested it a bit more on my side: it seems when a mysql dbaas goes from Unsure how to handle that edge case in the tests EDIT: Updated to wait for MySQL DBAAS to be running before allowing user updates |
13ef3a1
to
54cf5b0
Compare
Co-authored-by: Philipp Sauter <[email protected]>
54cf5b0
to
9ce0c14
Compare
Description
For services that allow user creation, we are adding new resources that correspond to a user.
Checklist
(For exoscale contributors)
Testing
Local tests + acceptance tests