The Gateway has been updated to (correctly) validate that the user has an active, valid session when hitting restricted endpoints. As a consequence, the E2E tests now provide an Authorization header when uploading mission model JARs.
Verification
Ran e2eTests and did not get an "Unauthorized" error, which is the current behavior on develop
Description
The Gateway has been updated to (correctly) validate that the user has an active, valid session when hitting restricted endpoints. As a consequence, the E2E tests now provide an
Authorization
header when uploading mission model JARs.Verification
Ran e2eTests and did not get an "Unauthorized" error, which is the current behavior on
develop