Skip to content

Updates authorization for lint

Laura Montemayor requested to merge lm-fix-authorization-lint into master

What does this MR do?

Updates authorization for ci/lint, and updates specs.

This update is required to conform to the following:

signup_enabled is true and user is auth: OK
signup_enabled is false and user is auth: OK
signup_enabled is true and user is not auth: OK
signup_enabled is false and user is not auth: UNAUTHORIZED

Does this MR meet the acceptance criteria?

Conformity

Fixes: #321290 (closed)

Edited by Laura Montemayor

Merge request reports