diff options
author | Ryan Petrello <lists@ryanpetrello.com> | 2017-06-13 15:42:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 15:42:56 +0200 |
commit | 12982d6ef64bf32cb11e23956db6ca4d80363f2b (patch) | |
tree | 9f8dd5041d90a29ab31703c30300c35fffa56a24 /docs | |
parent | Merge pull request #6569 from mabashian/6284-license-page-submit (diff) | |
parent | Add new encryption to CHANGELOG (diff) | |
download | awx-12982d6ef64bf32cb11e23956db6ca4d80363f2b.tar.xz awx-12982d6ef64bf32cb11e23956db6ca4d80363f2b.zip |
Merge pull request #6541 from wwitzel3/issue-826
Re-Encrypt all of our existing encrypted fields.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f1f40aef22..ba131f7b59 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -34,3 +34,5 @@ * Fixed an issue installing Tower on multiple nodes where cluster internal node references are used [[#6231](https://github.com/ansible/ansible-tower/pull/6231)] +* Tower now uses [Fernet](https://github.com/fernet/spec/blob/master/Spec.md) *(AESCBC w/ SHA256 HMAC)* + for all encrypted fields. [[#826](https://github.com/ansible/ansible-tower/pull/6541)] |