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
`domain-service` is responsible for LDAP authentication proper, while
`federations-service` binds the resulting LDAP identities to CircleCI
User objects.
Copy file name to clipboardExpand all lines: jekyll/_cci2/architecture.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ WARNING: If migrator services are down at startup connected services will fail.
92
92
93
93
| `domain-service`
94
94
| Stores and provides information about our domain model.
95
-
| Workflows will fail to start and some REST API calls may fail causing `500` errors in the CircleCI UI.
95
+
| Workflows will fail to start and some REST API calls may fail causing `500` errors in the CircleCI UI. If LDAP authentication is in use, all logins will fail.
0 commit comments