Skip to content

Commit

Permalink
Merge pull request #15536 from newrelic/fix-rotate-work
Browse files Browse the repository at this point in the history
feat(support): update wording from delete to rotate
  • Loading branch information
bradleycamacho authored Dec 15, 2023
2 parents c03b120 + 6dbd41d commit a66b562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/apis/intro-apis/new-relic-api-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ To create or manage API keys, use the UI at [one.newrelic.com/launcher/api-keys-

The license key is required for almost all New Relic data ingest. The exceptions are browser monitoring data (which uses a browser key) and mobile monitoring data (which uses a mobile app token).

The license key is a 40-character hexadecimal string associated with a New Relic account. When you first [sign up](/docs/subscriptions/creating-your-new-relic-account) for New Relic, an organization with a single account and its own license key are created. If more accounts are added, each account starts with its own license key. The license key originally created for an account cannot be deleted but you can create additional license keys that can be managed and deleted, and this is useful for implementing security-practices such as key rotation. If you need to delete an account's original account license key, [contact support](https://support.newrelic.com).
The license key is a 40-character hexadecimal string associated with a New Relic account. When you first [sign up](/docs/subscriptions/creating-your-new-relic-account) for New Relic, an organization with a single account and its own license key are created. If more accounts are added, each account starts with its own license key. The license key originally created for an account cannot be deleted but you can create additional license keys that can be managed and deleted, and this is useful for implementing security-practices such as key rotation. If you need to rotate an account's original account license key, [contact support](https://support.newrelic.com).

To restrict a user from being able to view or manage license keys, assign them a role without those permissions: [original user model](/docs/accounts/original-accounts-billing/original-users-roles/users-roles-original-user-model#add-on) \| [newer user model](/docs/accounts/accounts-billing/new-relic-one-user-management/user-permissions).
</Collapser>
Expand All @@ -506,7 +506,7 @@ To create or manage API keys, use the UI at [one.newrelic.com/launcher/api-keys-
>
Browser monitoring uses a browser key to report data, rather than the license key. The browser key is used to associate data from the [browser monitoring agent](/docs/browser/new-relic-browser/getting-started/introduction-browser-monitoring) to your account.

You can't manage or delete the original browser key created when your account was created, but you can create new browser keys and delete those keys. For assistance deleting an account's first browser key, [contact support](https://support.newrelic.com).
You can't manage or delete the original browser key created when your account was created, but you can create new browser keys and delete those keys. For assistance rotating an account's original browser key, [contact support](https://support.newrelic.com).
</Collapser>

<Collapser
Expand Down

0 comments on commit a66b562

Please sign in to comment.