Skip to content

opalsecurity/opal-datadog-connector

Repository files navigation

Opal Connector for Datadog

Overview

This server was generated by the [openapi-generator] (https://openapi-generator.tech) project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.

To generate a connector using openapi-generator, check out the instructions on the Opal Docs or the Opal Connector Spec repository.

Running the server

To run the server, follow these simple steps:

  1. Create a .secrets file in the root directory of the project. This file should contain the following:
export DD_API_KEY=<your-datadog-api-key>
export DD_APP_KEY=<your-datadog-app-key>
export OPAL_SIGNING_SECRET=abcdefg
export DD_SITE=us5.datadoghq.com

You can find your Datadog API and APP keys in the Datadog Integrations page. The Opal Signing Secret is generated when you create a custom app in the Opal Web UI. This is required to run this connector.

  1. Run the server using the following command:
make run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published