Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linseed must be able to verify Voltron's certificate #2706

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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