You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _security/authentication-backends/jwt.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,7 +341,7 @@ Starting with OpenSearch 3.5, JWT authentication is supported over the gRPC tran
341
341
- Superuser authentication (client certificate authentication) is not supported over gRPC. Configuration changes requiring superuser privileges should use the REST API.
342
342
- Anonymous authentication is not supported over gRPC. Requests with anonymous authentication headers are rejected as unauthorized.
343
343
344
-
You should use HTTPS instead of HTTP when transmitting JWTs over gRPC. For information about configuring TLS for gRPC, see [Configuring TLS certificates for gRPC]({{site.url}}{{site.baseurl}}/security/configuration/tls/#configuring-tls-certificates-for-grpc).
344
+
You should enable TLS when transmitting JWTs over gRPC. For information about configuring TLS for gRPC, see [Configuring TLS certificates for gRPC]({{site.url}}{{site.baseurl}}/security/configuration/tls/#configuring-tls-certificates-for-grpc).
0 commit comments