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

duplicated copies of trust anchor certificate #12721

Closed
duxing opened this issue Jun 13, 2024 · 2 comments
Closed

duplicated copies of trust anchor certificate #12721

duxing opened this issue Jun 13, 2024 · 2 comments

Comments

@duxing
Copy link

duxing commented Jun 13, 2024

What problem are you trying to solve?

I followed this guide to set up automatic control plane tls cert rotations and it's working as expected.
however, after linkerd-control-plane is installed, I noticed that the trust anchor certificate has multiple copies on k8s:

  • kind: Secret (name: linkerd-trust-anchor) from this step
  • kind: ConfigMap (name: linkerd-identity-trust-roots) from helm install/upgrade: --set-file identityTrustAnchorsPEM=<path_to_ca_cert>, which I believe lead to the creation of this ConfigMap object

How should the problem be solved?

Would it be possible to include a feature in the helm chart to allow reading trust anchor cert from an existing TLS-typed secret on k8s? or even generalize that to support "external trust anchor", fetching from a few different options, where existing k8s secret is one of them.

identityTrustAnchorsPEM will continue to be supported, I just want to ask more options to set it up.

Any alternatives you've considered?

going through the latest helm chart values, I don't see any options to specify an alternative way to pass in trust anchor other than using identityTrustAnchorsPEM.

pardon my limited knowledge on linkerd: I'm not 100% sure if this doable with the current version of linked chart, please correct me if I'm wrong.

How would users interact with this feature?

No response

Would you like to work on this feature?

None

@duxing
Copy link
Author

duxing commented Jun 13, 2024

@kflynn ty for the amazing guides! do you mind sharing your opinion on this?

Copy link

stale bot commented Sep 14, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Sep 14, 2024
@stale stale bot closed this as completed Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant