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

Insert server certificate to chain if its not already there #109

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

michaeldmitry
Copy link
Contributor

@michaeldmitry michaeldmitry commented Sep 13, 2024

Issue

The issue contributes to fix canonical/traefik-k8s-operator#400.
Using a certificate provider, such as manual tls certificates will not guarantee that the chain will contain the server certificate. And some services, such as, traefik depend on the chain to use as its server certificate.

Solution

In property chain, add server certificate to the chain if its not already there.

Context

canonical/traefik-k8s-operator#317

Testing Instructions

run tox -e scenario-manual

Copy link
Contributor

@PietroPasotti PietroPasotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@michaeldmitry michaeldmitry merged commit b12d143 into main Sep 16, 2024
13 checks passed
@michaeldmitry michaeldmitry deleted the OPENG-2711 branch September 16, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

server.cert does not include the certificate for the service
2 participants