This works:
```
CosConfig:
type: json
value: {
"AccessIdKey": "${COS_ACCESSKEYID}",
"SecretAccessKey": "${COS_SECRETACCESSKEY}",
"Endpoint": "${COS_ENDPOINT}",
"IBMAuthEndPoint": "${COS_IBMAUTHENDPOINT}",
"ServiceInstanceId": "${COS_SERVICEINSTANCEID"
```
This does not:
```
Config:
type: json
value: {
"Cos": {
"AccessIdKey": "${COS_ACCESSKEYID}",
"SecretAccessKey": "${COS_SECRETACCESSKEY}",
"Endpoint": "${COS_ENDPOINT}",
"IBMAuthEndPoint": "${COS_IBMAUTHENDPOINT}",
"ServiceInstanceId": "${COS_SERVICEINSTANCEID}"
},
"Slack": {
"ClientToken": "${SLACK_CLIENT_TOKEN}"
}
}
```
[ Full content available at:
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/971 ]
This message was relayed via gitbox.apache.org for [email protected]