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
@GodfatherThe this is a quick fix but we'd like to keep the current functionality available. Anonymous access is useful for open source projects for example, who want others to be able to see the test results, etc.
IMO all views should be login_required by default but then you need to be able to relax this if you want to give access to other people.
Anonymous users will not be allowed access by default. Read-only
access to some views (e.g. get TestPlan or TestRun) can be enabled
by disabling GlobalLoginRequiredMiddleware!
Back to security\auth\restrictions topic. Just found out that even for anonymous users they have access to all the data (test plans, test runs).
Can we have only login\register pages available for anonymous users?
The text was updated successfully, but these errors were encountered: