Add security on endpoints and handle 403 responses.
This commit is contained in:
@@ -5,4 +5,10 @@ application:
|
||||
|
||||
logging:
|
||||
level:
|
||||
org.springframework.security: DEBUG
|
||||
org.springframework.security: DEBUG
|
||||
|
||||
server:
|
||||
error:
|
||||
whitelabel:
|
||||
enabled: false # Disable html error responses.
|
||||
include-stacktrace: never
|
||||
Reference in New Issue
Block a user