Skip to content

Commit

Permalink
Update agent CVM gRPC certificate keys for consistency (ultravioletrs…
Browse files Browse the repository at this point in the history
…#361)

Signed-off-by: Sammy Oina <[email protected]>
  • Loading branch information
SammyOina authored Jan 29, 2025
1 parent 5bc7eb2 commit b5c65f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manager/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const (
persistenceDir = "/tmp/cocos"
agentLogLevelKey = "AGENT_LOG_LEVEL"
agentCvmGrpcUrlKey = "AGENT_CVM_GRPC_URL"
agentCvmClientCertKey = "AGENT_CVM_CLIENT_CERT"
agentCvmClientKey = "AGENT_CVM_CLIENT_KEY"
agentCvmServerCaCertKey = "AGENT_CVM_SERVER_CA_CERT"
agentCvmClientCertKey = "AGENT_CVM_GRPC_CLIENT_CERT"
agentCvmClientKey = "AGENT_CVM_GRPC_CLIENT_KEY"
agentCvmServerCaCertKey = "AGENT_CVM_GRPC_SERVER_CA_CERTS"
defClientCertPath = "/etc/certs/cert.pem"
defClientKeyPath = "/etc/certs/key.pem"
defServerCaCertPath = "/etc/certs/ca.pem"
Expand Down

0 comments on commit b5c65f6

Please sign in to comment.