We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the glauth charm, we are using the cert_handler. It looks like there is a bug when scaling down the application see here.
Tbh it feels weird calling `_generate_csr to remove a certificate. I think that the function is overloaded and should be broken down.
juju deploy glauth-k8s juju deploy postgresql-k8s juju deploy self-signed-certificates juju integrate postgresql-k8s glauth-k8s juju integrate self-signed-certificates glauth-k8s juju scale-application glauth-k8s 3
juju status juju scale glauth-k8s 1
juju 3.4
unit-glauth-k8s-1: 13:48:48 INFO juju.worker.uniter awaiting error resolution for "relation-broken" hook unit-glauth-k8s-2: 13:48:49 INFO juju.worker.uniter awaiting error resolution for "relation-broken" hook unit-glauth-k8s-2: 13:48:50 ERROR juju.worker.uniter.context cannot apply changes: removing secrets: secret "secret://b8611322-e35c-4f87-843b-f03924ac4fcc/cqqv84nmp25c77sasjt0" not found unit-glauth-k8s-2: 13:48:50 ERROR juju.worker.uniter.operation hook "certificates-relation-broken" (via hook dispatching script: dispatch) failed: removing secrets: secret "secret://b8611322-e35c-4f87-843b-f03924ac4fcc/cqqv84nmp25c77sasjt0" not found
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
On the glauth charm, we are using the cert_handler. It looks like there is a bug when scaling down the application see here.
Tbh it feels weird calling `_generate_csr to remove a certificate. I think that the function is overloaded and should be broken down.
To Reproduce
juju deploy glauth-k8s
juju deploy postgresql-k8s
juju deploy self-signed-certificates
juju integrate postgresql-k8s glauth-k8s
juju integrate self-signed-certificates glauth-k8s
juju scale-application glauth-k8s 3
wait for deployment to stabilize
juju status
juju scale glauth-k8s 1
Environment
juju 3.4
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: