Replies: 2 comments
-
For example, I had to micronaut.security.filter.enabled=false to make a serverless-application request working.(We have custom Auth fetchers, and authentication providers). May be that's why SecurityFilter getting loaded and engaged. |
Beta Was this translation helpful? Give feedback.
-
Micronaut Security works with Micronaut Lambda. If you want to develop a Micronaut Lambda using controllers, use the handlers specified here: https://micronaut-projects.github.io/micronaut-aws/4.6.0/guide/#requestHandlers see guides such as: https://guides.micronaut.io/latest/mn-application-aws-lambda-java-runtime-gradle-java.html |
Beta Was this translation helpful? Give feedback.
-
Is micronut token validators, authentication providers (micronaut security components) ?
Seems like in my MicronautRequestHandler class, HttpRequest object injected is null. So seems like event HttpRequest(or @requestScope) is also not relevant in micronaut server less
Beta Was this translation helpful? Give feedback.
All reactions