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

feat: SecurityFilter toggeable and configurable pattern #779

Merged
merged 2 commits into from Oct 5, 2021

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented Sep 14, 2021

This is useful for people who want to use Micronaut security features (token validation, client credentials) but they don't need route validation.

Closes #550

@sdelamo sdelamo added the type: enhancement New feature or request label Sep 14, 2021
@sdelamo sdelamo added this to the 3.1.0 milestone Sep 14, 2021
@sdelamo sdelamo force-pushed the security-filter-configuraiton branch from 23ac326 to 5ada8ef Compare September 14, 2021 12:57
@sdelamo
Copy link
Contributor Author

sdelamo commented Sep 28, 2021

@jameskleeh what do you think?

@jameskleeh jameskleeh merged commit de97779 into master Oct 5, 2021
@jameskleeh jameskleeh deleted the security-filter-configuraiton branch October 5, 2021 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot disable endpoint security and enable HTTP client credentials filter
2 participants