refactoring Gateway
This commit is contained in:
@@ -29,7 +29,7 @@ dependencies {
|
|||||||
// 2. Spring Boot Security (ersetzt das "service.complete"-Bundle)
|
// 2. Spring Boot Security (ersetzt das "service.complete"-Bundle)
|
||||||
// Dieses Bundle sollte spring-boot-starter-security, oauth2-client, oauth2-resource-server etc. enthalten
|
// Dieses Bundle sollte spring-boot-starter-security, oauth2-client, oauth2-resource-server etc. enthalten
|
||||||
// Temporär auskommentieren, um das Bundle als Fehlerquelle auszuschließen
|
// Temporär auskommentieren, um das Bundle als Fehlerquelle auszuschließen
|
||||||
// implementation(libs.bundles.spring.boot.security)
|
//implementation(libs.bundles.spring.boot.security)
|
||||||
|
|
||||||
// Stattdessen die Abhängigkeiten direkt hinzufügen:
|
// Stattdessen die Abhängigkeiten direkt hinzufügen:
|
||||||
implementation(libs.spring.boot.starter.security)
|
implementation(libs.spring.boot.starter.security)
|
||||||
|
|||||||
+3
@@ -6,7 +6,10 @@ import org.springframework.context.annotation.Bean
|
|||||||
import org.springframework.context.annotation.Configuration
|
import org.springframework.context.annotation.Configuration
|
||||||
import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity
|
import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity
|
||||||
import org.springframework.security.config.web.server.ServerHttpSecurity
|
import org.springframework.security.config.web.server.ServerHttpSecurity
|
||||||
|
import org.springframework.security.config.web.server.authenticated
|
||||||
import org.springframework.security.config.web.server.invoke
|
import org.springframework.security.config.web.server.invoke
|
||||||
|
import org.springframework.security.config.web.server.pathMatchers
|
||||||
|
import org.springframework.security.config.web.server.permitAll
|
||||||
import org.springframework.security.web.server.SecurityWebFilterChain
|
import org.springframework.security.web.server.SecurityWebFilterChain
|
||||||
import org.springframework.web.cors.CorsConfiguration
|
import org.springframework.web.cors.CorsConfiguration
|
||||||
import org.springframework.web.cors.reactive.CorsConfigurationSource
|
import org.springframework.web.cors.reactive.CorsConfigurationSource
|
||||||
|
|||||||
Reference in New Issue
Block a user