Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial security migration #6029

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Initial security migration #6029

merged 1 commit into from
Oct 28, 2024

Conversation

cppwfs
Copy link
Contributor

@cppwfs cppwfs commented Oct 28, 2024

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

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.
@cppwfs cppwfs marked this pull request as draft October 28, 2024 20:59
@onobc onobc marked this pull request as ready for review October 28, 2024 21:24
Copy link
Contributor

@onobc onobc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Co-reviewed w/ @cppwfs - ready for merge.

@onobc onobc changed the title WIP Initial security migration Initial security migration Oct 28, 2024
@cppwfs cppwfs merged commit 3913669 into spring-cloud:main Oct 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate Security to Boot 3.x standard
2 participants