You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <MAJOR>.<MINOR>.<PATCH> 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
The text was updated successfully, but these errors were encountered:
As an IronCore audit log user
I want to know what SDK and version make a request to the IronCore service
AC:
X-IronCore-Sdk-Version
. Values of the header should be of the formironweb <MAJOR>.<MINOR>.<PATCH>
and should match the current version of the SDK sending the request.Open questions
Open answers
The text was updated successfully, but these errors were encountered: