From 2da0c2972598ac226f95a580160031e9332c9e08 Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 10 Jul 2025 12:28:25 +0400 Subject: [PATCH] Add missing user certificates samples for rust and python --- docs/clients/grpc/authentication.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/clients/grpc/authentication.md b/docs/clients/grpc/authentication.md index eaf5bbb89..cbacf7632 100644 --- a/docs/clients/grpc/authentication.md +++ b/docs/clients/grpc/authentication.md @@ -54,6 +54,10 @@ To authenticate, include these two parameters in your connection string or const Check the samples for the following clients: ::: code-tabs +@tab Python +@[code{client-with-user-certificates}](@grpc:user_certificates.py) +@tab JavaScript +@[code{client-with-user-certificates}](@grpc:user-certificates.ts) @tab TypeScript @[code{client-with-user-certificates}](@grpc:user-certificates.ts) @tab Java @@ -62,6 +66,8 @@ Check the samples for the following clients: @[code{client-with-user-certificates}](@grpc:user-certificates/Program.cs) @tab Go @[code{client-with-user-certificates}](@grpc:/userCertificates.go) +@tab Rust +@[code{client-with-user-certificates}](@grpc:/user_certificates.rs) :::