From 9f713158cee14cb8bf023633b26ff9a7491f3e88 Mon Sep 17 00:00:00 2001 From: JT Archie Date: Mon, 30 Nov 2020 15:39:43 -0700 Subject: [PATCH] notes for v7.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b565c8..d86377b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,22 @@ can be found in [Pivotal Documentation](docs.pivotal.io/platform-automation). This ensures that commands are not kept in `bash` history. The environment variable `OM_PASSWORD` will overwrite the password value in `env.yml`. +## 7.1.0 +### Features +- `om configure-opsman` can not set the UAA token expirations and timeouts. + For example, + + ```yaml + 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. + ## 7.0.2 ### Bug Fixes - When using the `stemcell-heavy` in a `download-product` config file,