-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathduffle.json
More file actions
38 lines (38 loc) · 788 Bytes
/
duffle.json
File metadata and controls
38 lines (38 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "johnmccabe/openfaas",
"version": "0.9.7",
"description": "OpenFaaS: Serverless Functions made Simple",
"keywords": ["openfaas", "faas", "serverless"],
"invocationImages": [
{
"cnab": {
"name": "cnab",
"builder": "docker",
"configuration": {
"registry": "cnab"
}
}
}
],
"maintainers": [
{
"name": "John McCabe",
"email": "john@johnmccabe.net",
"url": "https://github.com/johnmccabe/openfaas-cnab"
}
],
"parameters": {
"basic_auth": {
"type": "string",
"defaultValue": "true"
}
},
"credentials": {
"basic-auth-user": {
"path": "/basic-auth-user.txt"
},
"basic-auth-password": {
"path": "/basic-auth-password.txt"
}
}
}