Graylog2 / Graylog2/graylog2-server
Ensure authentication annotation is enabled by default for all resources
Open
feature
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.