Skip to content

Refactor system schema header check

harshit aggarwal requested to merge system-schema-header-fix into azure/m14-master

Moving the check for data partition header in system apis out of Auth Filter as it is not the right place, in current scheme of things if data partition header is passed a 400 exception is thrown in auth filter which is finally returned as 5xx to the client which is not the correct status

Clients should receive a 4xx code only

Testing

Changes were tested by containerizing the code and deploying against ADME instance

Service IT link

Edited by harshit aggarwal

Merge request reports