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

Provider: Add mTLS support #82

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Provider: Add mTLS support #82

merged 1 commit into from
Mar 10, 2024

Conversation

magodo
Copy link
Owner

@magodo magodo commented Mar 10, 2024

This PR adds mTLS support. It also introduce a breaking change to re-structure the provider configuration:

  • Introduce a new client single nested attribute
  • Moves the cookie_enabled and tls_insecure_skip_verify from top-level under client
  • Add a new list nested attribute client.certificates, which contains:
    • certificate
    • certificate_file
    • key
    • key_file
  • Add two new attributes client.root_ca_certificates and client.root_ca_certificate_files

Issues Fixed

@magodo magodo added enhancement New feature or request breaking-change auth and removed auth labels Mar 10, 2024
@magodo magodo merged commit 64aa5cd into main Mar 10, 2024
This was referenced Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting TLS error Auth: support mTLS scheme
1 participant