Skip to content

Commit

Permalink
WIP: ovndbs TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
olliewalsh committed Feb 6, 2024
1 parent c9467a8 commit 3c71947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/certmanager/issuer.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import (
const (
// RootCAIssuerInternalLabel for internal RootCA to issue internal TLS Certs
RootCAIssuerInternalLabel = "osp-rootca-issuer-internal"
// RootCAIssuerOvnDBLabel for internal RootCA to issue OVN DB TLS Certs
RootCAIssuerOvnDBLabel = "osp-rootca-issuer-ovndb"
)

// Issuer -
Expand Down
2 changes: 2 additions & 0 deletions modules/common/service/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const (
ProtocolHTTPS Protocol = "https"
// ProtocolNone -
ProtocolNone Protocol = ""
// OvnDbCA - fake endpoint for OVN DB internal CA
OvnDbCA Endpoint = "ovndb"
)

func (e *Endpoint) String() string {
Expand Down

0 comments on commit 3c71947

Please sign in to comment.