Documentation
¶
Index ¶
- func ClusterIDFromMountPath(path string) string
- func CommonName(ID string, commonNameFormat string) string
- func IsMountPath(path string) bool
- func ListMountsPath(ID string) string
- func MountPKIPath(ID string) string
- func ReadCAPath(ID string) string
- func WriteCAPath(ID string, exportPrivateKey bool) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterIDFromMountPath ¶ added in v0.1.2
ClusterIDFromMountPath aligns with the implementation details of IsMountPath and expects a valid mount path to work properly. A valid mount path must look something like the following, where "z4574" is the cluster ID.
pki-z4574/
func CommonName ¶
func IsMountPath ¶
IsMountPath verifies if path is the expected mount path we use for our PKI backends. One special requirement is the format of our Tenant Cluster IDs. Further we must not mess around with the Control Plane specific G8s PKI backend. Thus IsMountPath does not consider "pki-g8s" to be a mount path.
func ListMountsPath ¶
func MountPKIPath ¶
func ReadCAPath ¶
func WriteCAPath ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.