Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow unauthenticated access to logger activity screens #146

Closed

Conversation

dimer47
Copy link

@dimer47 dimer47 commented Jul 26, 2022

Hello,

This PR adds an option to the configuration to not have an authenticated user to access activity routes.

Sometimes it is not appropriate to manage access to this data through an application user, even using a specific role for authorization.

With this option, it will be possible to choose another mode of protection, I am thinking in particular of access rules in apache, nginx or iis directly.

@jeremykenedy
Copy link
Owner

This assigns _authRequired to nothing as it's not declared as a variable. The config key referenced in the file doesn't exist in the config file. The documentation does not reflect this. The default behavior is not preserved and this made as an optional change to be non breaking for existing users. The PR needs some work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants