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

Detect Self Signed Certificate Authority for Kubernetes Strategy #194

Merged
merged 2 commits into from
Jun 22, 2023
Merged

Detect Self Signed Certificate Authority for Kubernetes Strategy #194

merged 2 commits into from
Jun 22, 2023

Conversation

maennchen
Copy link
Contributor

@maennchen maennchen commented May 24, 2023

Summary of changes

Kubernetes provides a ca.crt file by default in /var/run/secrets/kubernetes.io/serviceaccount. That one can be used to verify the TLS cert of the kubernetes API.

Resolves #193

Checklist

  • New functions have typespecs, changed functions were updated
  • Same for documentation, including moduledocs
  • Tests were added or updated to cover changes
    • This is not simple to test without actually generating a CA cert and running a server. How would you like to proceed?
  • Commits were squashed into a single coherent commit
  • Notes added to CHANGELOG file which describe changes at a high-level

@bitwalker bitwalker merged commit d908239 into bitwalker:main Jun 22, 2023
@maennchen maennchen deleted the k8s_verify_ca branch June 22, 2023 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kubernetes Strategy OTP 26 Incompatibility
2 participants