-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error if secret created and owned by keycloakclient is deleted before it #62
Comments
Hi @mostoja. Thank you for your feedback. |
Moved the deletion process of the KeycloakClient before any logic that requires client secrets. This will help avoid errors if the KeycloakClient secret is removed before it and the deletion process gets stuck.
Moved the deletion process of the KeycloakClient before any logic that requires client secrets. This will help avoid errors if the KeycloakClient secret is removed before it and the deletion process gets stuck.
lovely! can we expect new release and helm chart soon? |
I am also experiencing this issue. When can we expect a new release? |
This component will be released soon. You can track its progress here: #76. |
@mostoja @FWest98 keycloak-operator version 1.22 has been released with the latest fixes and improvements: https://github.com/epam/edp-keycloak-operator/releases/tag/v1.22.0 |
Describe the bug
If during deletion of keycloakclient's namespace secret owned by resource is deleted before resource I get an
unable to serve keycloak client
error and resource is never deletedTo Reproduce
What did you do?
Tried deleting keycloakclient's namespace
What did you expect to see?
Namespace deleted
What did you see instead? Under which circumstances?
Deletion hanging becuase keycloakclient's finalizer is not removed
Kubernetes cluster type:
AKS
$ operator-sdk version
$ go version
$ kubectl version
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: