Skip to content

Commit

Permalink
Merge pull request #2706 from tigera/casey-fix-linseed-voltron
Browse files Browse the repository at this point in the history
Linseed must be able to verify Voltron's certificate
  • Loading branch information
caseydavenport authored Jun 28, 2023
2 parents 41c5ea8 + d0c5bdb commit a83fa42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/controller/logstorage/logstorage_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,10 @@ func (r *ReconcileLogStorage) generateSecrets(
// Get certificate for es-proxy, which Linseed and es-gateway need to trust.
render.ManagerTLSSecretName,

// Linseed needs the manager internal cert in order to verify the cert presented by Voltron when provisioning
// tokens into managed clusters.
render.ManagerInternalTLSSecretName,

// Get certificate for fluentd, which Linseed needs to trust in a standalone or management cluster.
render.FluentdPrometheusTLSSecretName,

Expand Down

0 comments on commit a83fa42

Please sign in to comment.