unauthenticated swagger-ui on- server-port and proper security filter integration into Spring Security #163

Merged
hsh-michaelhoennig merged 13 commits from feature/unauthenticated-swagger-ui-on-server-port into master 2025-03-17 12:59:53 +01:00
2 changed files with 0 additions and 11 deletions
Showing only changes of commit a8a6730a12 - Show all commits

View File

@ -54,11 +54,6 @@ spring:
liquibase:
contexts: ${spring.profiles.active}
# keep this in sync with test/.../application.yml
springdoc:
# SwaggerUI must run on the same port as the API itself, otherwise CORS will block accessing the API
x-use-management-port: false
hsadminng:
postgres:
leakproof:

View File

@ -39,12 +39,6 @@ spring:
change-log: classpath:/db/changelog/db.changelog-master.yaml
contexts: tc,test,dev,pg_stat_statements
# keep this in sync with main/.../application.yml
springdoc:
# SwaggerUI must run on the same port as the API itself, otherwise CORS will block accessing the API
x-use-management-port: false
logging:
level:
liquibase: WARN