v77.22.0 - UAA Release v77.22.0
What's Changed
New UAA
- Bump to UAA v77.22.0
Dependency Bumps
- Bump logger from 1.6.1 to 1.6.2 by @dependabot in #987
- Bump securerandom from 0.3.2 to 0.4.0 by @dependabot in #988
- Bump github.com/cloudfoundry/bosh-utils from 0.0.504 to 0.0.505 in /src/acceptance_tests by @dependabot in #989
- Bump nokogiri from 1.16.7 to 1.16.8 by @dependabot in #990
- Bump rspec-support from 3.13.1 to 3.13.2 by @dependabot in #991
- Bump github.com/cloudfoundry/bosh-utils from 0.0.505 to 0.0.508 in /src/acceptance_tests by @dependabot in #992
- Bump minitest from 5.25.2 to 5.25.4 by @dependabot in #993
- Bump github.com/cloudfoundry/bosh-utils from 0.0.508 to 0.0.509 in /src/acceptance_tests by @dependabot in #994
- Bump github.com/cloudfoundry/bosh-utils from 0.0.509 to 0.0.510 in /src/acceptance_tests by @dependabot in #995
Deprecation information
The setup of UAA with YAML setting
login.serviceProviderKey
login.serviceProviderCertificate
was set to deprecation a while ago, but the support is still in there. Please prepare your UAA configuration to change either towards
login.saml.serviceProviderKey
login.saml.serviceProviderCertificate
or if you want support key-rotation with SAML make use of the map in
login.saml.keys
similar to JWT signing keys
Full Changelog: v77.20.0...v77.22.0