Added passwords to schemas in transports

Change-Id: I213c321d5f66fe49da758cfc48c1e4bf7b9df7fe
This commit is contained in:
Jedrzej Nowak 2016-01-05 15:55:27 +01:00
parent 486de6e525
commit 848deac7d0
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,9 @@
input:
key:
schema: str!
schema: str
value:
password:
schema: str
value:
user:
schema: str!

View File

@ -1,6 +1,9 @@
input:
ssh_key:
schema: str!
schema: str
value:
ssh_password:
schema: str
value:
ssh_user:
schema: str!