Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

java - AuthorizationException: null using Micronaut , Aws-sam-cli and Docker

My code developed in java works correctly in everything else, but always i try to execute the following post routine, it returns me with this error, someone knows how to fix it?

Post that returns the erros

The @Secured(SecurityRule.IS_ANONYMOUS) allows anyone to execute the routine without auth, I inserted it to try to fix the problems, but not solved.

The error

Using micronaut Version 2.0.1 AWS-SAM-CLI Version 1.14.0 Docker Version 20.10.2

Obs. Other requisitions are working just fine (even the ones that require admin auth). The body of the requisition is correct.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...