Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Secret and volume name used for client certificate and key. Used by Linseed and es-gateway // when mTLS to external Elasticsearch is enabled. The secret contains the client certificate // and key to present to elastic. ExternalCertsSecret = "tigera-secure-external-es-certs" ExternalCertsVolumeName = "tigera-secure-external-es-certs" // ExternalESPublicCertName and ExternalKBPublicCertName are the names of the public certificates // used as part of CA bundles to trust external Elasticsearch and Kibana instances. ExternalESPublicCertName = "tigera-secure-es-http-certs-public" ExternalKBPublicCertName = "tigera-secure-kb-http-certs-public" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.