Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move audit log before ending session (#64)
<!--- Provide a general summary of your changes in the Title above --> ## Description Change the audit code from 110123 to 110114. ## Motivation and Context The code 110123 was not present and know by the audit log server. after running `cf logs oauth_proxy --recent` in the pics_client_test_us_east we saw this error: `2025-01-14T11:06:04.64+0100 [APP/PROC/WEB/0] ERR 2025/01/14 10:06:04 Not able to send the audit message {"issue":[{"severity":"error","code":"invalid","details":{"coding":[{"system":"https://www.hl7.org/fhir/valueset-operation-outcome.html","code":"MSG_ERROR_PARSING"}],"text":"Not complaint with AuditEvent specification"},"diagnostics":"Not complaint with AuditEvent specification"}],"resourceType":"OperationOutcome"}` Unfortunately there is no error message logged in Kibana. ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] My change requires a change to the documentation or CHANGELOG. - [ ] I have updated the documentation/CHANGELOG accordingly. - [ ] I have created a feature (non-master) branch for my PR.
- Loading branch information