Skip to content

Commit

Permalink
docs: remove experimental label from API Key auth (#5091)
Browse files Browse the repository at this point in the history
  • Loading branch information
axw authored Apr 15, 2021
1 parent b921913 commit 667e03d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion _meta/beat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ apm-server:
# Enable API key authorization by setting enabled to true. By default API key support is disabled.
# Agents include a valid API key in the following format: Authorization: ApiKey <token>.
# The key must be the base64 encoded representation of the API key's "id:key".
# This is an experimental feature, use with care.
#api_key:
#enabled: false

Expand Down
1 change: 0 additions & 1 deletion apm-server.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ apm-server:
# Enable API key authorization by setting enabled to true. By default API key support is disabled.
# Agents include a valid API key in the following format: Authorization: ApiKey <token>.
# The key must be the base64 encoded representation of the API key's "id:key".
# This is an experimental feature, use with care.
#api_key:
#enabled: false

Expand Down
1 change: 0 additions & 1 deletion apm-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ apm-server:
# Enable API key authorization by setting enabled to true. By default API key support is disabled.
# Agents include a valid API key in the following format: Authorization: ApiKey <token>.
# The key must be the base64 encoded representation of the API key's "id:key".
# This is an experimental feature, use with care.
#api_key:
#enabled: false

Expand Down
1 change: 1 addition & 0 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ https://github.com/elastic/apm-server/compare/7.12\...master[View commits]
* Add `session.id` and `session.sequence` fields for RUM session tracking {pull}5056[5056]
* Support for ingesting `user.domain` {pull}5067[5067]
* Add `"application": "apm"` metadata to API Keys created with `apm-server apikey create` {pull}5090[5090]
* API Key auth is no longer considered experimental {pull}5091[5091]

[float]
==== Deprecated
2 changes: 0 additions & 2 deletions docs/secure-communication-agents.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ include::./ssl-input.asciidoc[]
[[api-key]]
=== API keys

experimental::[]

You can configure API keys to authorize requests to the APM Server.

NOTE: API keys are sent as plain-text,
Expand Down

0 comments on commit 667e03d

Please sign in to comment.