OIC REST Connector for Datadog requires 2 API Keys
Summary:
Hi all,
I am trying to POST Logs to Datadog directly from an OIC Integration.
The datadog API POST https://http-intake.logs.datadoghq.com/api/v2/logs
The API requires 2 Authorisation keys
- DD-API-KEY
- DD-APPLICATION-KEY
question
How can I configure an OIC Connector that can manage the 2 Keys? Using API Key Authentication, it only provides option for specifying one key - I have set up the connector with API Key Based Authentication, added the API Key and in the usage field added
-H DD-API-KEY ${api-key}
Currently, as I also need to provide DD-APPLCATION-KEY I have added it as a custom header on the REST Call in the integration - the problem with this is that the key is in plain text and visible when trace is on.
Tagged:
0