Added passwords to schemas in transports
Change-Id: I213c321d5f66fe49da758cfc48c1e4bf7b9df7fe
This commit is contained in:
parent
486de6e525
commit
848deac7d0
@ -1,6 +1,9 @@
|
|||||||
input:
|
input:
|
||||||
key:
|
key:
|
||||||
schema: str!
|
schema: str
|
||||||
|
value:
|
||||||
|
password:
|
||||||
|
schema: str
|
||||||
value:
|
value:
|
||||||
user:
|
user:
|
||||||
schema: str!
|
schema: str!
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
input:
|
input:
|
||||||
ssh_key:
|
ssh_key:
|
||||||
schema: str!
|
schema: str
|
||||||
|
value:
|
||||||
|
ssh_password:
|
||||||
|
schema: str
|
||||||
value:
|
value:
|
||||||
ssh_user:
|
ssh_user:
|
||||||
schema: str!
|
schema: str!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user