IronCoreLabs / IronCoreLabs/ironweb
Log SDK version on REST calls
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 2
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 3
Description
As an IronCore audit log user
I want to know what SDK and version make a request to the IronCore service
- so that SDKs with specific behaviors/defects can be recognized and isolated
- so that I can tell if there are out of date clients making requests for encrypted data
AC:
* [ ] Every REST request to the IronCore service should include a header `X-IronCore-Sdk-Version`. Values of the header should be of the form `ironweb ..` and should match the current version of the SDK sending the request.
* [ ] This header should be visible at the ironcore service and should be logged to the requests audit trail
Open questions
* Are we logging the version of the frame or the shim?
Open answers
* The frame
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.