Adding JWT fetch during health check for server connection#208
Adding JWT fetch during health check for server connection#208avalerio-tkd merged 2 commits intomainfrom
Conversation
avalerio-tkd
commented
Jan 24, 2026
- Added eager JWT fetching to DBPSApiClient::HealthCheck()
- Added unittest.
- Added unittest.
|
@argmarco-tkd I tested the change in a couple ways and it looks fine (also added the unittest). Only if this only takes a few minutes, can you check if this behaves as expected on the testing you made before? If this takes longer than a few minutes to test, it should be fine to skip it. Thanks! |
Ran tests from the When passing no credentials, and when using the wrong credentials, I got the following error Arrow side (I think this is expected): Things worked properly when passing the right credentials. |
argmarco-tkd
left a comment
There was a problem hiding this comment.
LGTM - performed some testing, things behaved as-expected.
|
Awesome. Thanks for checking this. |
- Updating working branch with main.