Event Gateway Static Keys
Create a New Static Key
Create new static key to this event gateway.
post/v1/event-gateways/{gatewayId}/static-keys
Request body
Example request
{
"labels": {
"env": "test"
},
"value": "${vault.env['MY_ENV_VAR']}"
}Response
Created
Example response
{
"labels": {
"env": "test"
},
"value": "${vault.env['MY_ENV_VAR']}",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}