Skip to content

Conversation

@johnathannewrelic
Copy link
Contributor

Please follow conventional commit standards
in your commit messages and pull request title.

Give us some context

  • What problems does this PR solve?
  • Add any context that will help us review your changes such as testing notes,
    links to related docs, screenshots, etc.
  • If your issue relates to an existing GitHub issue, please link to it.

@github-actions
Copy link

Hi @johnathannewrelic 👋

Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days.

Please ensure the propsed changes look good by building it first in your local environment. Refer to this contribution guide to get the site up and running in your local.

If you really require a preview url, reach out to one of the writers and they will generate one for you.

Comment on lines +166 to +172
When creating an Ingest type key, we temporarily provide you with the entire key. However, once the key is created, only the first 8 characters are displayed in the API Keys UI.

If you need to retrieve the full key after creation, click the ellipses in the API Keys UI, copy the key ID, and [use NerdGraph to query for the full key.](/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys/#query-keys).
When creating a User type keyfor your own user, we temporarily provide you with the entire key. However, once the key is created, only the first 8 characters are displayed in the API Keys UI.

When creating a User type key for another user you will only ever see the truncated version of the key in the API Key UI and via Nerdgraph.

If you need to retrieve the full key after creation, for Ingest keys and User keys that belong to your user, click the ellipses in the API Keys UI, copy the key ID, and [use NerdGraph to query for the full key.](/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys/#query-keys).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion:

When you create an Ingest key or User key:

  • If the key is for your own use (Ingest key or User key), the full key is visible immediately after creation. Once you leave the screen, only the first 8 characters are displayed in the API Keys UI.

  • If the key is for another user, the full key is never displayed in the UI.

To retrieve the full key after creation:

  1. For your own Ingest keys and User keys, click the ellipses (...) next to the key in the API Keys UI, and then copy the Key ID.

  2. Use the copied Key ID to query for the full key via NerdGraph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants