Features
-
om configure-opsman
can now set the UAA token expirations and timeouts.
For example,tokens-expiration: access_token_expiration: 10 refresh_token_expiration: 10 session_idle_timeout: 10
Bug Fixes
- When using a long running command (ie
apply-changes
) the UAA token could expire.
Now once the token expires, it will refress with the UAA, so no disruption occurs.