mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 12:25:01 -02:30
Update CHANGELOG, Fernet256
This commit is contained in:
@@ -34,5 +34,6 @@
|
|||||||
* Fixed an issue installing Tower on multiple nodes where cluster
|
* Fixed an issue installing Tower on multiple nodes where cluster
|
||||||
internal node references are used
|
internal node references are used
|
||||||
[[#6231](https://github.com/ansible/ansible-tower/pull/6231)]
|
[[#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)*
|
* Tower now uses a modified version of [Fernet](https://github.com/fernet/spec/blob/master/Spec.md).
|
||||||
for all encrypted fields. [[#826](https://github.com/ansible/ansible-tower/pull/6541)]
|
Our `Fernet256` class uses `AES-256-CBC` instead of `AES-128-CBC` for all encrypted fields.
|
||||||
|
[[#826](https://github.com/ansible/ansible-tower/issues/826)]
|
||||||
|
|||||||
Reference in New Issue
Block a user