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
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
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-638.
This message was autogenerated
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: