forked from adobe/aio-tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
117 lines (117 loc) · 3.9 KB
/
manifest.yml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
packages:
tvm:
actions:
aws-s3:
function: actions/aws-s3/index.js
web: yes
runtime: 'nodejs:14'
inputs:
s3Bucket: $S3_BUCKET
awsSecretAccessKey: $AWS_SECRET_ACCESS_KEY
awsAccessKeyId: $AWS_ACCESS_KEY_ID
expirationDuration: $EXPIRATION_DURATION
owApihost: $AIO_RUNTIME_APIHOST
approvedList: $APPROVED_LIST
imsEnv: $IMS_ENV
disableAdobeIOApiGwTokenValidation: $DISABLE_ADOBE_IO_API_GW_TOKEN_VALIDATION
metricsUrl: $AIO_METRICS_URL
annotations:
# this is important security wise
final: true
azure-blob:
function: actions/azure-blob/index.js
web: yes
runtime: 'nodejs:14'
inputs:
azureStorageAccount: $AZURE_STORAGE_ACCOUNT
azureStorageAccessKey: $AZURE_STORAGE_ACCESS_KEY
expirationDuration: $EXPIRATION_DURATION
owApihost: $AIO_RUNTIME_APIHOST
approvedList: $APPROVED_LIST
imsEnv: $IMS_ENV
disableAdobeIOApiGwTokenValidation: $DISABLE_ADOBE_IO_API_GW_TOKEN_VALIDATION
metricsUrl: $AIO_METRICS_URL
annotations:
# this is important security wise
final: true
azure-presign:
function: actions/azure-presign/index.js
web: yes
runtime: 'nodejs:14'
inputs:
azureStorageAccount: $AZURE_STORAGE_ACCOUNT
azureStorageAccessKey: $AZURE_STORAGE_ACCESS_KEY
expirationDuration: $EXPIRATION_DURATION
owApihost: $AIO_RUNTIME_APIHOST
approvedList: $APPROVED_LIST
imsEnv: $IMS_ENV
disableAdobeIOApiGwTokenValidation: $DISABLE_ADOBE_IO_API_GW_TOKEN_VALIDATION
metricsUrl: $AIO_METRICS_URL
annotations:
# this is important security wise
final: true
azure-revoke:
function: actions/azure-revoke/index.js
web: yes
runtime: 'nodejs:14'
inputs:
azureStorageAccount: $AZURE_STORAGE_ACCOUNT
azureStorageAccessKey: $AZURE_STORAGE_ACCESS_KEY
expirationDuration: $EXPIRATION_DURATION
owApihost: $AIO_RUNTIME_APIHOST
approvedList: $APPROVED_LIST
imsEnv: $IMS_ENV
disableAdobeIOApiGwTokenValidation: $DISABLE_ADOBE_IO_API_GW_TOKEN_VALIDATION
metricsUrl: $AIO_METRICS_URL
annotations:
# this is important security wise
final: true
azure-cosmos:
function: actions/azure-cosmos/index.js
web: yes
runtime: 'nodejs:14'
inputs:
azureCosmosMasterKey: $AZURE_COSMOS_MASTER_KEY
azureCosmosAccount: $AZURE_COSMOS_ACCOUNT
azureCosmosDatabaseId: $AZURE_COSMOS_DATABASE_ID
azureCosmosContainerId: $AZURE_COSMOS_CONTAINER_ID
expirationDuration: $EXPIRATION_DURATION
owApihost: $AIO_RUNTIME_APIHOST
approvedList: $APPROVED_LIST
imsEnv: $IMS_ENV
disableAdobeIOApiGwTokenValidation: $DISABLE_ADOBE_IO_API_GW_TOKEN_VALIDATION
metricsUrl: $AIO_METRICS_URL
annotations:
# this is important security wise
final: true
apis:
tvm-azure-blob:
tvm:
azure/blob/{owNamespace}:
azure-blob:
method: GET
response: http
tvm-azure-presign:
tvm:
azure/presign/{owNamespace}:
azure-presign:
method: GET
response: http
tvm-azure-revoke:
tvm:
azure/revoke/{owNamespace}:
azure-revoke:
method: GET
response: http
tvm-azure-cosmos:
tvm:
azure/cosmos/{owNamespace}:
azure-cosmos:
method: GET
response: http
tvm-aws-s3:
tvm:
aws/s3/{owNamespace}:
aws-s3:
method: GET
response: http