Add security on endpoints and handle 403 responses.

This commit is contained in:
Florian THIERRY
2023-11-30 14:56:03 +01:00
parent 96345c703a
commit 920fbe489d
7 changed files with 60 additions and 23 deletions

View File

@@ -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