diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-05-22 10:25:28 -0700 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-05-22 10:25:28 -0700 |
commit | 12e739da7a0586eabc244a68eed51f5e12dfa087 (patch) | |
tree | f305007e691737181315ff82a2ee0e90494f4383 /ChangeLog | |
parent | 151ece4efcd6d8f5051e86dff2bcd7d218e50ca2 (diff) | |
parent | 8af1802c9971ec1f2ebac23e9b42d5b42f43afae (diff) | |
download | vyos-cloud-init-12e739da7a0586eabc244a68eed51f5e12dfa087.tar.gz vyos-cloud-init-12e739da7a0586eabc244a68eed51f5e12dfa087.zip |
Azure: Redact on-disk user password in /var/lib/ovf-env.xml
The fabric provides the user password in plain text via the CDROM,
and cloud-init has previously wrote the ovf-env.xml in /var/lib/waagent
with the password in plain text. This change redacts the password.
LP: #1311827
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ - Centos: detect/expect use of systemd on centos 7. [Brian Rak] - Azure: remove dependency on walinux-agent [Daniel Watkins] - EC2: know about eu-central-1 availability-zone (LP: #1456684) + - Azure: remove password from on-disk ovf-env.xml (LP: #1443311) [Ben Howard] 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |