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

✨ Support specifying the CA cert or adding verify=false into clouds.yaml #148

Merged
merged 6 commits into from
Apr 16, 2024

Conversation

michal-gubricky
Copy link
Contributor

What this PR does / why we need it:
Based on the discussion in matrix chat, see here. We would like to support a scenario where AuthURL in clouds.yaml is not signed by the public authority like e.g. Let's Encrypt. This can be resolved by specify the CA certificate or adding verify: false into your clouds.yaml file. CAPO already implemented here.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #146

TODOs:

  • squash commits
  • include documentation
  • add unit tests

@michal-gubricky michal-gubricky self-assigned this Apr 12, 2024
@michal-gubricky michal-gubricky force-pushed the support-disable-tls-verification branch from cd90634 to 94275b2 Compare April 12, 2024 12:29
@michal-gubricky michal-gubricky marked this pull request as ready for review April 15, 2024 10:09
@michal-gubricky michal-gubricky force-pushed the support-disable-tls-verification branch from 94275b2 to 71fcbca Compare April 15, 2024 13:16
@cluster-stack-bot cluster-stack-bot bot added the size/M Denotes a PR that changes 50-200 lines, ignoring generated files. label Apr 15, 2024
@michal-gubricky michal-gubricky force-pushed the support-disable-tls-verification branch from 0ec913f to 069440b Compare April 15, 2024 15:21
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
@michal-gubricky michal-gubricky force-pushed the support-disable-tls-verification branch from 069440b to 2de04a8 Compare April 16, 2024 05:39
docs/troubleshooting.md Outdated Show resolved Hide resolved
docs/troubleshooting.md Outdated Show resolved Hide resolved
docs/troubleshooting.md Outdated Show resolved Hide resolved
docs/troubleshooting.md Outdated Show resolved Hide resolved
michal-gubricky and others added 4 commits April 16, 2024 10:04
Co-authored-by: Roman Hros <roman.hros@dnation.cloud>
Signed-off-by: Michal Gubricky <michal.gubricky@dnation.cloud>
Co-authored-by: Roman Hros <roman.hros@dnation.cloud>
Signed-off-by: Michal Gubricky <michal.gubricky@dnation.cloud>
Co-authored-by: Roman Hros <roman.hros@dnation.cloud>
Signed-off-by: Michal Gubricky <michal.gubricky@dnation.cloud>
Co-authored-by: Roman Hros <roman.hros@dnation.cloud>
Signed-off-by: Michal Gubricky <michal.gubricky@dnation.cloud>
Copy link
Member

@chess-knight chess-knight left a comment

Choose a reason for hiding this comment

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

LGTM

@michal-gubricky michal-gubricky merged commit 2b52f4a into main Apr 16, 2024
6 checks passed
@michal-gubricky michal-gubricky deleted the support-disable-tls-verification branch April 16, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 50-200 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support specifying the CA certificate or adding verify: false into clouds.yaml
2 participants