File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
styles/config/vocabularies/ANSYS Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,23 @@ underlying implementations.
276276For each client library release, only a single gRPC API version should be wrapped
277277to maintain a consistent API abstraction expectation for the supporting server instances.
278278
279+ Securing connections
280+ ~~~~~~~~~~~~~~~~~~~~
281+
282+ It is possible to secure connections between the Python client library and the
283+ product servers.
284+
285+ For developers, use the `cyberchannel `_ module provided in the
286+ `ansys-tools-common `_ to implement secure connections. This ensures compliance
287+ with the latest security standards defined by PyAnsys.
288+
289+ For users, refer to the `certificates `_ section for creating and managing
290+ all necessary certificates for secure connections.
291+
292+ .. _cyberchannel : https://tools.docs.pyansys.com/version/stable/user_guide/secure_grpc.html#the-cyberchannel-module
293+ .. _ansys-tools-common : https://tools.docs.pyansys.com
294+ .. _certificates : https://tools.docs.pyansys.com/version/0.3/user_guide/secure_grpc.html#generating-certificates-for-mtls
295+
279296Public versus private Python API package
280297~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
281298
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Codespell
1717[Cc]omponentization
1818[Cc]omponentizing
1919composability
20+ cyberchannel
2021cybersecurity
2122dataframes
2223datagrams
@@ -134,4 +135,4 @@ Sphinx-Gallery
134135snyk
135136README
136137CSV
137- zizmor
138+ zizmor
You can’t perform that action at this time.
0 commit comments