-
Notifications
You must be signed in to change notification settings - Fork 214
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
VBS Copays endpoint has been erroring since 11PM 12/17 #99484
Comments
I pinged support. I think this has to do with a change in fwd proxy: |
Current status: We have among others, the following values we use to authenticate with VBS:
Devops made a change to load balancing and forward proxy in AWS, this broke our functionality with VBS. After deep troubleshooting, I noticed that staging still works. I found that the I updated the value in parameter store, platform happened to be doing a deployment anyways, and we should have been good to go but we're not. Evidently, when we set the So now, I have to make sure all code using these credentials are expecting the right value. Hope to have this done today. This is/should be a very straight forward change but I don't want to rev up the platform team on christmas eve without making SURE it's going to work this time. Not sure when another deployment is leaving the train station during the holidays. |
We are seeing successful requests rolling in. This necessitated the following:
|
Issue Description
The VBS 'GetStatementsByEDIPIAndVistaAccountNumber' has been erroring.
I have sent a VA email at around 9:15AM 12/19 to the VBS team about this issue and messaged Denise in OCTO Slack.
Russel from VBS responded. He says he sees 401 (unauthorized). He provided a swagger link. It seems our api key is still valid.
I do not see any changes to code on our side. He says they have not changed their code.
I am going to try and fire a curl or Faraday request from a prod server. This will maybe give us an idea of what the error is exactly. We use a proxy, I wonder if that's our problem.
Link to possible clue. FWD proxy was updated at the time we began seeing errors
Tasks
Design and Front End sync on implementation of design
Acceptance Criteria
Testing
Test procedures:
If additional testing steps or credentials to perform testing are needed list them here
Ticket Creation - Definition of Ready
Ticket requirements
The text was updated successfully, but these errors were encountered: