looking at the Kotlin DSL for Spring Security filter chains, it seems that there is no way to configure a UserDetailsService for a SecurityFilterChain anymore; what's the recommended workaround? I'm using 2 filter chains that protect different routes and use different users; 1 for actuator and 1 for the API