credentials passed from input

This commit is contained in:
dcore94 2021-09-22 14:55:44 +02:00
parent bfc652c7a1
commit 94d6d14fa4
1 changed files with 2 additions and 2 deletions

View File

@ -186,8 +186,8 @@
"Content-type": "application/json" "Content-type": "application/json"
}, },
"body" : { "body" : {
"username": "blue-cloud-api@isti.cnr.it", "username": "${workflow.input.callback.username}",
"password": "QNKZLW8mkZdCyNrF" "password": "${workflow.input.callback.password}"
} }
} }
}, },