Skip to content
New issue

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

DM-43288: Use user info service for health check #986

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Conversation

rra
Copy link
Member

@rra rra commented Mar 15, 2024

The health check tried to bypass the user info service, but that would require recreating all of the logic that the user info service already had and bypassed checking connectivity to Firestore. Instead, add uncached flags to the user info service and its underlying LDAP and Firestore services that make uncached requests for a proper health check, and use it.

The health check tried to bypass the user info service, but that
would require recreating all of the logic that the user info service
already had and bypassed checking connectivity to Firestore.
Instead, add uncached flags to the user info service and its
underlying LDAP and Firestore services that make uncached requests
for a proper health check, and use it.
@rra rra merged commit 6c78241 into main Mar 15, 2024
5 checks passed
@rra rra deleted the tickets/DM-43288 branch March 15, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant