spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 583 forks source link

Initial security migration #6029

Closed cppwfs closed 4 weeks ago

cppwfs commented 4 weeks ago

Separate dataflow and skipper configs instead of trying to "reuse" common configs. Skipper config did extend classes from comman but then override everything.

Remove unused CF configs related to tweaking things for "space developer" as this was never used.

Essentially minimal changes to get new security configuration model working. There's still some deprecations left to handle but it's better to get better integration tests before those are handled.

Resolves #5915