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: kroxylicious-docs/docs/_modules/ref-glossary.adoc
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
// This glossary is shared by both proxy and operator.
2
+
// For terms that are applicable to only one guide, use ifeval conditionals.
3
+
// Don't define terms specific to the domain of filters here, use a filter guide specific
4
+
// glossary instead.
5
+
1
6
:_mod-docs-content-type: REFERENCE
2
7
3
8
= Glossary
@@ -7,9 +12,10 @@ Glossary of terms used in the Kroxylicious documentation.
7
12
8
13
API:: Application Programmer Interface.
9
14
CA:: Certificate Authority. An organization that issues certificates.
15
+
ifeval::["{guide}" == "operator"]
10
16
CR:: Custom Resource. An instance resource of a CRD. In other words, a resource of a kind that is not built into Kubernetes.
11
17
CRD:: Custom Resource Definition. A Kubernetes API for defining Kubernetes API extensions.
12
-
KMS:: Key Management System. A dedicated system for controlling access to cryptographic material, and providing operations which use that material.
18
+
endif::[]
13
19
mTLS:: Mutual Transport Layer Security. A configuration of TLS where the client presents a certificate to a server, which the server authenticates.
14
20
TLS:: The Transport Layer Security. A secure transport protocol where a server presents a certificate to a client, which the client authenticates. TLS was previously known as the Secure Sockets Layer (SSL).
0 commit comments