DataDog / datadog-lambda-js

The Datadog AWS Lambda Library for Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Support Vault for Datadog API Key fetching

hjfitz opened this issue · comments

commented

Is it on the roadmap to support Hashicorp vault?

Expected Behavior

Support vault to fetch the Datadog API Key

Actual Behavior

Only AWS Secrets Manager is supported

Steps to Reproduce the Problem

Specifications

  • Datadog Lambda Layer version:
  • Node version:

Stacktrace

Paste here

@hjfitz Are you able to resolve the API Key from Vault at the build time? So you don't need to hardcode the api key in project definition, but you would still have the api key exposed through the Lambda console.

Anyway, we might need to park the request here for a while to gauge the demand first before we can prioritize anything, given that this is the first time we hear about this.

commented

@tianchu Yeah, there was the option to grab it and toss it in to env with my terraform setup, but the security requirements are a little higher for this particular project.

We’re happy using our log forwarder, for now though 🙂

Closing due to lack of activities. For anyone else running into the similar need, feel free to reopen or submit a FR through the Datadog Support.