#Open management - Spring Boot

5 messages · Page 1 of 1 (latest)

surreal parrot
#

Is it possible that non-adnins create (admin) users?

devout scroll
#

Hi! No, it is not possible

surreal parrot
#

oh right, the @PreAuthorize is there

#

I would recommend to use requst matchers in your SecurityConfig for that but ok

#

Regarding the dockerfile, I would recommend you to use a multi-stage build - first create a JAR file and then copy that JAR to the other image and then run it with that