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