graylog2-server icon indicating copy to clipboard operation
graylog2-server copied to clipboard

Ensure authentication annotation is enabled by default for all resources

Open kroepke opened this issue 1 year ago • 0 comments

We want to ensure that all API resources are only available to authenticated requests and use annotations to mark the exceptions from this rule.

This will prevent missing annotations in the future and is easier to catch in code reviews as well because the intent of making something publicly accessible is explicit.

kroepke avatar Feb 14 '24 12:02 kroepke