You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concerns PR #62
When using container.replan() in a sidecar charm, oidc relation gets broken without being explicitly noted in juju logs.
Bundle deployed on microk8s 1.21/stable with dns storage rbac ingress metallb:10.64.140.43-10.64.140.49 enabled:
Concerns PR #62
When using
container.replan()
in a sidecar charm, oidc relation gets broken without being explicitly noted in juju logs.Bundle deployed on microk8s 1.21/stable with
dns storage rbac ingress metallb:10.64.140.43-10.64.140.49
enabled:Charms get active, but the logon page shows info about invalid oidc client.
The following can be observed in dex container logs:
However, when you inspect the config file to which that relation data is sent, the client id seems to be correct:
This is similar to issue #31.
This issue is not observed when
container.restart()
is used instead.The text was updated successfully, but these errors were encountered: