This is an automated email from the ASF dual-hosted git repository.
sarvekshayr pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this
push:
new dfc3018fd HDDS-14271. [Website v2] [Docs] [Administrator Guide]
Configuring gRPC With TLS (#259)
dfc3018fd is described below
commit dfc3018fd1a1bcfebc848db259d1484e44e17b1e
Author: Bolin Lin <[email protected]>
AuthorDate: Tue Jan 20 01:42:54 2026 -0500
HDDS-14271. [Website v2] [Docs] [Administrator Guide] Configuring gRPC With
TLS (#259)
---
.../05-encryption/01-network-encryption/02-grpc.md | 23 ++++++++++++++++++++--
1 file changed, 21 insertions(+), 2 deletions(-)
diff --git
a/docs/05-administrator-guide/02-configuration/03-security/05-encryption/01-network-encryption/02-grpc.md
b/docs/05-administrator-guide/02-configuration/03-security/05-encryption/01-network-encryption/02-grpc.md
index 3ed48496f..e11074f92 100644
---
a/docs/05-administrator-guide/02-configuration/03-security/05-encryption/01-network-encryption/02-grpc.md
+++
b/docs/05-administrator-guide/02-configuration/03-security/05-encryption/01-network-encryption/02-grpc.md
@@ -1,7 +1,26 @@
---
-sidebar_label: gRPC
+sidebar_label: gRPC TLS
---
# Configuring gRPC With TLS
-**TODO:** File a subtask under
[HDDS-9859](https://issues.apache.org/jira/browse/HDDS-9859) and complete this
page or section.
+Ozone traffic may be transferred via gRPC (e.g., Ratis write pipeline or
client reading blocks from Datanode). To enable TLS for gRPC traffic, set
`hdds.grpc.tls.enabled` to **true**. This encrypts communication between Ozone
services that use gRPC.
+
+## Configuration
+
+Add the following property to your `ozone-site.xml` configuration file:
+
+```xml
+<property>
+ <name>hdds.grpc.tls.enabled</name>
+ <value>true</value>
+ <description>Enable TLS for gRPC traffic</description>
+</property>
+```
+
+## Related Configuration
+
+For information on protecting other types of in-transit traffic in Ozone, see:
+
+- [Hadoop RPC Encryption](./hadoop-rpc) - For client-to-Ozone Manager
communication
+- [Default Ports](../../../basic/network/default-ports) - For details on
network ports and transport types
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]