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

refactor: use non-deprecated saml configs in uaa.yml #2732

Merged

Conversation

peterhaochen47
Copy link
Member

- when starting local UAA for dev/test (./gradlew run or when running
  some integration tests locally)
- the old fields, login.serviceProviderKey, login.serviceProviderKeyPassword
  and login.serviceProviderCertificate, are deprecated as
  this test shows: https://github.com/cloudfoundry/uaa/blob/1c19ffc2697441824d2e98e31210a82e1fbc0ac1/uaa/src/test/java/org/cloudfoundry/identity/uaa/login/BootstrapTests.java#L103
  Their equivalent fields on uaa-release are also explicitly
  marked as deprecated: https://github.com/cloudfoundry/uaa-release/blob/aa1f85673f2b6560bb79551380a7edaf1e48aa83/jobs/uaa/spec#L1204-L1253
- migrate to using the new fields. After the change, manually
  verified that the output of http://localhost:8080/uaa/saml/metadata
  (into which these fields's values go) remains the same.
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/187057640

The labels on this github issue will be updated when the story is started.

@peterhaochen47 peterhaochen47 merged commit 9eeed4c into develop Feb 16, 2024
20 checks passed
@peterhaochen47 peterhaochen47 deleted the pr/develop/use-newer-saml-configs-for-local-uaa branch February 16, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants