canonical / glauth-k8s-operator

A Charmed Operator for running GLAuth on Kubernetes
https://charmhub.io/glauth-k8s
Apache License 2.0
0 stars 0 forks source link

Database relation removal event is not handled #28

Open nsklikas opened 5 months ago

nsklikas commented 5 months ago

If I add the database relation and then remove it the glauth-k8s app stays in an active state. When the database relation is removed, the app should go into a blocked state. The reason for this is that the relation broken event is not handled and that there is no hook for handling the update_status event.