summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/platforms.yaml
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2018-01-08 08:53:14 -0800
committerScott Moser <smoser@ubuntu.com>2018-01-09 09:22:21 -0500
commitf794708fabba690677e0e81bd929871c83af3409 (patch)
treeca3a1f4d7f91ccd72d25ca1608fc14aecc4fd9c0 /tests/cloud_tests/platforms.yaml
parent34595e9b4abacc10ac599aad97c95861af34ea54 (diff)
downloadvyos-cloud-init-f794708fabba690677e0e81bd929871c83af3409.tar.gz
vyos-cloud-init-f794708fabba690677e0e81bd929871c83af3409.zip
tests: rename test ssh keys to avoid appearance of leaking private keys.
While the generated ssh keys are throw away keys, generating SSH keys with the default name (e.g. id_rsa) can trigger security scanners or draw unnecessary attention. The change here simply renames 'id_rsa' to 'cloud_init_rsa' to avoid a false positive reported by a scanning tool.
Diffstat (limited to 'tests/cloud_tests/platforms.yaml')
-rw-r--r--tests/cloud_tests/platforms.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cloud_tests/platforms.yaml b/tests/cloud_tests/platforms.yaml
index cb1c904b..448aa98d 100644
--- a/tests/cloud_tests/platforms.yaml
+++ b/tests/cloud_tests/platforms.yaml
@@ -6,8 +6,8 @@ default_platform_config:
get_image_timeout: 300
# maximum time to create instance (before waiting for cloud-init)
create_instance_timeout: 60
- private_key: id_rsa
- public_key: id_rsa.pub
+ private_key: cloud_init_rsa
+ public_key: cloud_init_rsa.pub
platforms:
ec2:
enabled: true