From 5cba30ad29cc5faa8aa16fe122549a96488155b4 Mon Sep 17 00:00:00 2001 From: Shawn Kilburn Date: Wed, 14 Aug 2024 15:39:26 -0700 Subject: [PATCH 1/2] feat(API keys): EOL about API key UI change --- src/content/eol/2024/08/eol-08-14-24.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/content/eol/2024/08/eol-08-14-24.md diff --git a/src/content/eol/2024/08/eol-08-14-24.md b/src/content/eol/2024/08/eol-08-14-24.md new file mode 100644 index 00000000000..0a9d5a391cd --- /dev/null +++ b/src/content/eol/2024/08/eol-08-14-24.md @@ -0,0 +1,19 @@ +--- +title: "Change to user and license keys" +summary: "On September 25, 2024, we're removing the ability to copy user and license API keys from the UI." +publishDate: '2024-08-01' +eolEffectiveDate: '2024-09-09' +--- + +Beginning September 25, 2024, we are removing the ability to copy API keys from [the UI](https://get.newrelic.com/MzQxLVhLUC0zMTAAAAGUiZ8sq6uwzvQMEjtdfLs43rOhHFRYwkHxXjt8wYs2qCJP2IkoVpEZiGhCVneo-hfy1Ucijgo=). The “copy key” option in the drop-down seen below will be removed. This applies to user and license keys, both new and existing. If you have an automation that is dependent on scraping keys from the UI, please integrate using the NerdGraph API. + +You are still able to retrieve your new and existing API keys through our [NerdGraph API](https://docs.newrelic.com/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys/#query-keys). + +## What you need to do + +Before **September 25, 2024**: you will need to store your existing API keys (both user and license keys) in a secure location outside New Relic, if you haven't done that already. **If you do not take this step, you will no longer be able to access existing API keys from our UI.** + +After September 25, 2024: when generating new API keys (both user and license keys), you will need to copy the key to a secure location outside New Relic before leaving the page. + +For more information, [see our docs](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#copy-keys). + From 53072db7ac185060f9b6fe30c67bfe958b9c792a Mon Sep 17 00:00:00 2001 From: Shawn Kilburn Date: Fri, 16 Aug 2024 07:34:47 -0700 Subject: [PATCH 2/2] style(Keys): Responded to peer feedback --- src/content/eol/2024/08/eol-08-14-24.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/eol/2024/08/eol-08-14-24.md b/src/content/eol/2024/08/eol-08-14-24.md index 0a9d5a391cd..8f8bb10eb7d 100644 --- a/src/content/eol/2024/08/eol-08-14-24.md +++ b/src/content/eol/2024/08/eol-08-14-24.md @@ -5,15 +5,15 @@ publishDate: '2024-08-01' eolEffectiveDate: '2024-09-09' --- -Beginning September 25, 2024, we are removing the ability to copy API keys from [the UI](https://get.newrelic.com/MzQxLVhLUC0zMTAAAAGUiZ8sq6uwzvQMEjtdfLs43rOhHFRYwkHxXjt8wYs2qCJP2IkoVpEZiGhCVneo-hfy1Ucijgo=). The “copy key” option in the drop-down seen below will be removed. This applies to user and license keys, both new and existing. If you have an automation that is dependent on scraping keys from the UI, please integrate using the NerdGraph API. +Beginning September 25, 2024, we're removing the ability to copy API keys from [the UI](https://get.newrelic.com/MzQxLVhLUC0zMTAAAAGUiZ8sq6uwzvQMEjtdfLs43rOhHFRYwkHxXjt8wYs2qCJP2IkoVpEZiGhCVneo-hfy1Ucijgo=). We're removing the **Copy key** option in the UI drop-down. This applies to user and license keys, both new and existing. If you have an automation that's dependent on scraping keys from the UI, please integrate using the NerdGraph API. -You are still able to retrieve your new and existing API keys through our [NerdGraph API](https://docs.newrelic.com/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys/#query-keys). +You're still able to retrieve your new and existing API keys through our [NerdGraph API](https://docs.newrelic.com/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys/#query-keys). ## What you need to do -Before **September 25, 2024**: you will need to store your existing API keys (both user and license keys) in a secure location outside New Relic, if you haven't done that already. **If you do not take this step, you will no longer be able to access existing API keys from our UI.** +Before **September 25, 2024**: You need to store your existing API keys (both user and license keys) in a secure location outside New Relic, if you haven't done that. **If you do not take this step, you will lose access to existing API keys in our UI.** -After September 25, 2024: when generating new API keys (both user and license keys), you will need to copy the key to a secure location outside New Relic before leaving the page. +After September 25, 2024: when generating new API keys (both user and license keys), you need to copy the key to a secure location outside New Relic before leaving the page. For more information, [see our docs](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#copy-keys).