Credential overwrites
Using environment variables
Using the REST API
export CREDENTIALS_OVERWRITE_ENDPOINT=send-credentials{ "asanaOAuth2Api": { "clientId": "<id>", "clientSecret": "<secret>" }, "githubOAuth2Api": { "clientId": "<id>", "clientSecret": "<secret>" } }curl -H "Content-Type: application/json" --data @oauth-credentials.json http://localhost:5678/send-credentialscurl -H "Content-Type: application/json" -H "Authorization: Bearer secure-token" --data @oauth-credentials.json http://localhost:5678/send-credentials
Persistence
Last updated
Was this helpful?