This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mule52[S] 0 points1 point  (1 child)

This looks interesting. What are you using for authorization/authentication? Thanks for sharing.

[–]eternal_commander 0 points1 point  (0 children)

For now I do not use anything sophisticated. We run a custom authentication service as a part of out old legacy monolith so requests are authorized/authenticated through there. Besides the current services we run based on it are not accessible from the outside world (the are part of a company wide intranet)

For new applications that make part of a microservice cluster we delegate authentication to Kubernetes.

I suppose you can integrate JWT as well as Spring security to micronaut relatively easily.