Skip to content

Commit 9bde33a

Browse files
authored
[DOCS] Add tip for Kibana anonymous authentication (#73858) (#73893)
You shouldn't use Elasticsearch's anonymous access to provide access to Kibana without requiring credentials. Instead, you should use Kibana's anonymous authentication feature. However, the Elasticsearch anonymous access tends to be more popular in search results. This adds a brief tip that directs users to Kibana's anonymous authentication feature. Closes #73022
1 parent 67b710d commit 9bde33a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/docs/en/security/authentication/anonymous-access.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
[[anonymous-access]]
33
=== Enabling anonymous access
44

5+
TIP: To embed {kib} dashboards or grant access to {kib} without requiring
6+
credentials, use {kib}'s
7+
{kibana-ref}/kibana-authentication.html#anonymous-authentication[anonymous
8+
authentication] feature instead.
9+
510
Incoming requests are considered to be _anonymous_ if no authentication token
611
can be extracted from the incoming request. By default, anonymous requests are rejected and an authentication error is returned (status code `401`).
712

0 commit comments

Comments
 (0)