Skip to content

Commit

Permalink
[Issue #3588] Add New Relic license key env var (#3592)
Browse files Browse the repository at this point in the history
## Summary
Fixes #3588 

### Time to review: __2 mins__

## Changes proposed
Add env var for a New Relic license key

Also updated parameter store to have that key

## Context for reviewers
Pretty simple env var update - I did verify the key I grabbed works and
you can actually see some local metrics in New Relic.
  • Loading branch information
chouinar authored Jan 21, 2025
1 parent d72dd75 commit 5d4660f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/api/app-config/env-config/environment-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ locals {
secret_store_name = "/api/${var.environment}/api-auth-token"
}

NEW_RELIC_LICENSE_KEY = {
manage_method = "manual"
secret_store_name = "/api/${var.environment}/new-relic-license-key"
}

LOGIN_GOV_CLIENT_ASSERTION_PRIVATE_KEY = {
manage_method = "manual"
secret_store_name = "/api/${var.environment}/login-gov-client-assertion-private-key"
Expand Down

0 comments on commit 5d4660f

Please sign in to comment.