7.1.0
pcf-platform-automation
released this
01 Dec 21:14
·
237 commits
to main
since this release
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.