add support for HashiCorp signed SSH certificates

This commit is contained in:
Ryan Petrello
2019-02-22 14:45:27 -05:00
committed by Jake McDermott
parent 4ed5bca5e3
commit 7a43f00a5d
7 changed files with 114 additions and 35 deletions

View File

@@ -76,10 +76,12 @@ GLqbpJyX2r3p/Rmo6mLY71SqpA==
def test_default_cred_types():
assert sorted(CredentialType.defaults.keys()) == [
'aws',
'azure_kv',
'azure_rm',
'cloudforms',
'gce',
'hashivault',
'hashivault_kv',
'hashivault_ssh',
'insights',
'net',
'openstack',