Open nsklikas opened 10 months ago
If Hydra is integrated with traefik through the public-ingress interface, but traefik is not ready yet, we get this message:
Unit Workload Agent Address Ports Message hydra/0* blocked idle 10.1.184.20 Missing required relation with ingress
(this is caused by https://github.com/canonical/hydra-operator/blob/main/src/charm.py#L484)
The message should be Waiting for ingress and the status should be waiting, as it does not require any user interference.
Waiting for ingress
waiting
juju deploy identity-platform --channel 0.1/edge --trust
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-638.
This message was autogenerated
Bug Description
If Hydra is integrated with traefik through the public-ingress interface, but traefik is not ready yet, we get this message:
(this is caused by https://github.com/canonical/hydra-operator/blob/main/src/charm.py#L484)
The message should be
Waiting for ingress
and the status should bewaiting
, as it does not require any user interference.To Reproduce
juju deploy identity-platform --channel 0.1/edge --trust