-
Notifications
You must be signed in to change notification settings - Fork 693
Labels
affects/8.8Issue is affecting 8.8 minor versionsIssue is affecting 8.8 minor versionscomponent/identityRelated to the Identity component/teamRelated to the Identity component/teamkind/bugCategorizes an issue or PR as a bugCategorizes an issue or PR as a buglikelihood/unknownWe don't know yet how likely this is, it needs further investigation.We don't know yet how likely this is, it needs further investigation.severity/highMarks a bug as having a noticeable impact on the user with no known workaroundMarks a bug as having a noticeable impact on the user with no known workaroundversion:8.8.0-alpha8version:8.8.0-alpha8-rc1version:dryrun-8.8.0-alpha6-rc999
Description
Description
The application tries to obtain the OpenID configuration from the IdP at startup, and if it's not available (as in, the server is not available), it fails to launch.
Steps to reproduce
- Add a fake http://localhost/.well-known/openid-configuration
- Mock requests to simply never be completed
- Start up the application pointing your OIDC config to this
- See application fail to launch
Current behavior
We've coupled the ability of the application to start up with the availability of the OpenID provider, which is unacceptable.
Expected behavior
The application can startup, though authentication may fail until the IdP is available.
Environment
SaaS & SM
Version
- Component Version: 8.8.0-alpha5
Rootcause
No response
Solution ideas
No response
Dev -> QA handover
- Resources:
- Versions to validate:
- Release version (in which version this feature will be released):
Links
- https://console.cloud.google.com/logs/query;query=error_groups.id%3D%22CMm16-LckcfnDg%22%0AlogName:%22stdout%22%0Aresource.type%3D%22k8s_container%22%0Aresource.labels.container_name%3D%22zeebe%22%0Aresource.labels.location%3D%22us-central1%22%0Aresource.labels.namespace_name%3D%224f339c0d-6dd4-4275-a68c-aaa692682c14-zeebe%22%0Aresource.labels.project_id%3D%22camunda-cloud-240911%22%0Aresource.labels.pod_name%3D%22zeebe-1%22%0Aresource.labels.cluster_name%3D%22prod-worker-3%22;cursorTimestamp=2025-06-19T19:42:35.673627525Z;startTime=2025-06-19T19:13:40.446Z;endTime=2025-06-19T20:13:40.446Z?inv=1&invt=Ab06Qg&project=camunda-cloud-240911
- https://console.cloud.google.com/errors/detail/CMm16-LckcfnDg;service=zeebe;time=P7D;locations=global?inv=1&invt=Ab06Rw&project=camunda-cloud-240911
Metadata
Metadata
Assignees
Labels
affects/8.8Issue is affecting 8.8 minor versionsIssue is affecting 8.8 minor versionscomponent/identityRelated to the Identity component/teamRelated to the Identity component/teamkind/bugCategorizes an issue or PR as a bugCategorizes an issue or PR as a buglikelihood/unknownWe don't know yet how likely this is, it needs further investigation.We don't know yet how likely this is, it needs further investigation.severity/highMarks a bug as having a noticeable impact on the user with no known workaroundMarks a bug as having a noticeable impact on the user with no known workaroundversion:8.8.0-alpha8version:8.8.0-alpha8-rc1version:dryrun-8.8.0-alpha6-rc999
Type
Projects
Status
Done