Browse Source

Merge pull request ESQL-1052 from elastic/main

🤖 ESQL: Merge upstream
elasticsearchmachine 2 years ago
parent
commit
f17c6282ef

+ 9 - 0
docs/changelog/95398.yaml

@@ -0,0 +1,9 @@
+pr: 95398
+summary: GA release of the JWT realm
+area: Authentication
+type: feature
+issues: []
+highlight:
+  title: GA release of the JWT realm
+  body: This PR removes the beta label for JWT realm feature to make it GA.
+  notable: true

+ 0 - 2
x-pack/docs/en/security/authentication/jwt-realm.asciidoc

@@ -2,8 +2,6 @@
 [[jwt-auth-realm]]
 === JWT authentication
 
-beta::[]
-
 {es} can be configured to trust JSON Web Tokens (JWTs) issued from an external service
 as bearer tokens for authentication.