Skip to content

Commit fe52a44

Browse files
authored
docs: Remove invalid CSP link (#1571)
1 parent 7bac3f2 commit fe52a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integration-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The integration tests require round-trip communication with valid New Relic acco
141141

142142
1. Create a `secrets.json` file using the template below or copy the [example](https://github.com/newrelic/newrelic-dotnet-agent/blob/main/tests/Agent/IntegrationTests/UnboundedServices/example-secrets.json). **Do *not* place the `secrets.json` file within your local repo folder.**
143143
2. Replace the license key placeholders in the `secrets.json` template with actual license keys.
144-
* The `REPLACE_WITH_HIGH_SECURITY_LICENSE_KEY` and `REPLACE_WITH_SECURITY_POLICIES_CONFIGURABLE_LICENSE_KEY` are placeholders for license keys from a [HSM](https://docs.newrelic.com/docs/agents/manage-apm-agents/configuration/high-security-mode)-enabled account and a [CSP](https://docs.newrelic.com/docs/agents/manage-apm-agents/configuration/enable-configurable-security-policies)-enabled account, respectively.
144+
* The `REPLACE_WITH_HIGH_SECURITY_LICENSE_KEY` and `REPLACE_WITH_SECURITY_POLICIES_CONFIGURABLE_LICENSE_KEY` are placeholders for license keys from a [HSM](https://docs.newrelic.com/docs/agents/manage-apm-agents/configuration/high-security-mode)-enabled account and a CSP-enabled account, respectively.
145145
* To find your license keys, visit [this page](https://docs.newrelic.com/docs/accounts/accounts-billing/account-setup/new-relic-license-key/).
146146

147147
* Once placeholder values have been replaced with actual values:

0 commit comments

Comments
 (0)