Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion deploy-manage/api-keys/elastic-cloud-api-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@

::::{note}
When an API key is nearing expiration, Elastic sends an email to the creator of the API key and each of the operational contacts. When you use an API key to authenticate, the API response header `X-Elastic-Api-Key-Expiration` indicates the key’s expiration date. You can log this value to detect API keys that are nearing expiration.

Once an API key expires, it will automatically be removed from the API Keys tab.

Check notice on line 38 in deploy-manage/api-keys/elastic-cloud-api-keys.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.FutureTense: 'will automatically' might be in future tense. Write in the present tense to describe the state of the product as it is now.
::::

5. Click **Create API key**, copy the generated API key, and store it in a safe place. You can also download the key as a CSV file.
6. Click **Create API key**, copy the generated API key, and store it in a safe place. You can also download the key as a CSV file.

The API key needs to be supplied in the `Authorization` header of a request, in the following format:

Expand Down
Loading