fix port conflict and KeycloakIntegrationTest.kt

This commit is contained in:
stefan
2025-09-06 11:32:47 +02:00
parent a3a3a5f87c
commit dac0c691c8
5 changed files with 9 additions and 27 deletions
@@ -6,8 +6,6 @@ spring:
consul:
discovery:
enabled: false
config:
enabled: false
security:
oauth2:
@@ -29,8 +27,6 @@ management:
health:
show-details: always
show-components: always
security:
enabled: false
logging:
level:
@@ -38,15 +34,5 @@ logging:
org.springframework.security: DEBUG
org.springframework.cloud.consul: INFO
# Keycloak configuration
keycloak:
auth-server-url: ${KEYCLOAK_AUTH_SERVER_URL:http://localhost:8180}
realm: meldestelle
resource: auth-server
credentials:
secret: your-client-secret-here
# JWT configuration (development only - use proper secrets in production)
jwt:
secret: dev-secret-key-change-in-production
expiration: 86400000 # 24 hours in milliseconds
# Custom properties can be added here when proper @ConfigurationProperties classes are created
# For now, these properties are moved to environment variables or removed to avoid warnings
@@ -154,9 +154,6 @@ spring:
- Path=/api/ping/**
filters:
- StripPrefix=1
filter:
weight:
enabled: false
# Circuit Breaker Konfiguration
resilience4j: