-
Notifications
You must be signed in to change notification settings - Fork 1
OJ-3387: Implement PDV / OTG healthcheck function #728
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
Conversation
8bbacae to
6d81749
Compare
6d81749 to
2a787c8
Compare
2a787c8 to
6505596
Compare
6505596 to
ee30285
Compare
87e983c to
5e231bb
Compare
surajkumar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - can you just add what the output of the /info looks like?
@surajkumar - added to PR description |
5e231bb to
f14f8c0
Compare
3895f9e to
85898a5
Compare
|



Proposed changes
What changed
Info endpoint response looks like this:
{ "hmrcConfig": { "result": { "otg": { "apiUrl": "https://p2vx5z0kf7-vpce-05d20d011acdf9002.execute-api.eu-west-2.amazonaws.com/dev/token?tokenType=stub" }, "pdv": { "apiUrl": "https://n7cz9mydma.execute-api.eu-west-2.amazonaws.com/dev/individuals/authentication/authenticator/api/match" } }, "latency": 125 }, "hmrcHost": { "result": { "status": 403 }, "latency": 71 }, "otg": { "result": { "tokenLength": 9 }, "latency": 163 }, "pdv": { "result": { "status": 401 }, "latency": 68 } }Why did it change
Issue tracking
Checklists
Environment variables or secrets
Other considerations