Re: Issues on upgrading UAA 3.6.0 to 3.12.0?
Filip Hanik
We recommend that you upgrade to 3.16.0 to make sure you get all security
toggle quoted message
Show quoted text
fixes included. The UAA you are upgrading to supports multiple keys. Here is an example https://github.com/cloudfoundry/uaa/blob/develop/uaa/src/test/resources/test/bootstrap/all-properties-set.yml#L72-L82 add both your new and old keys into the configuration. Then set the activeKeyId to be the new key. The old key will be used to verify existing tokens only. The new key will be used to sign new tokens. When you believe the time is right, you can remove the old key from the configuration. any tokens still signed with the old key will then be considered invalid. Filip On Mon, May 8, 2017 at 4:23 PM, Sam Leong <sam.leong(a)quicken.com> wrote:
Hi, |
|