-
Notifications
You must be signed in to change notification settings - Fork 203
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
Bug: Unable to delete User (with Improperly connected FirewallRule) #1112
Labels
bug 🪲
Something isn't working
Comments
This was referenced May 29, 2020
2 tasks
melonrush13
changed the title
Bug: Unable to delete AzureSqlUser (with Improperly connected FirewallRule)
Bug: Unable to delete User (with Improperly connected FirewallRule)
Jun 1, 2020
Another edge scenario to be checked as well: Check if the azuresqluser has the same issue as well. |
2 tasks
buhongw7583c
added a commit
to buhongw7583c/azure-service-operator-1
that referenced
this issue
Jun 6, 2020
buhongw7583c
added a commit
to buhongw7583c/azure-service-operator-1
that referenced
this issue
Jun 8, 2020
2 tasks
melonrush13
added a commit
to buhongw7583c/azure-service-operator-1
that referenced
this issue
Jun 8, 2020
buhongw7583c
pushed a commit
to buhongw7583c/azure-service-operator-1
that referenced
this issue
Jun 9, 2020
buhongw7583c
added a commit
that referenced
this issue
Jun 9, 2020
optimize the user delete of AzureSQLUser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When we create an AzureSqlUser with a bad Firewall Rule (which doesn't have access to the server), we are unable to delete the AzureSqlUser. The reconciler throws a zaperr, and the delete never finishes.
To Reproduce
Steps to reproduce the behavior:
Create an azure sql server
Create an azure sql database
Create an azure sql firewallrule with the following:
Create an azure sql user
Note: AzureSql User will NOT be able to create. We will get the following message in status:
Delete the azuresql user
Will get the following zap err
The azuresqluser is never able to delete.
Expected behavior
We should be able to delete an azuresqluser if it is created with a FirewallRule which doesn't have access to the server.
Fix bug for the following operators
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: