-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
[fixes 31700] Add mTLS support for http backend by way of client cert & key, as well as enterprise cacert. #31699
Commits on Dec 15, 2022
-
Add mTLS support for http backend by way of client cert & key, as wel…
…l as enterprise cacert.
Configuration menu - View commit details
-
Copy full SHA for a00a1ab - Browse repository at this point
Copy the full SHA a00a1abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7f4e9 - Browse repository at this point
Copy the full SHA 8a7f4e9View commit details -
Skip cert validation to be sure error is related to missing client ce…
…rt; not untrusted server cert.
Configuration menu - View commit details
-
Copy full SHA for eab391b - Browse repository at this point
Copy the full SHA eab391bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd46c94 - Browse repository at this point
Copy the full SHA cd46c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0223e3c - Browse repository at this point
Copy the full SHA 0223e3cView commit details -
Just for correctness, include all certs in the pem encoded cert - som…
…etimes certs come with a chain of their signers.
Configuration menu - View commit details
-
Copy full SHA for ab1dd2b - Browse repository at this point
Copy the full SHA ab1dd2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 985bc53 - Browse repository at this point
Copy the full SHA 985bc53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 172f958 - Browse repository at this point
Copy the full SHA 172f958View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5d217 - Browse repository at this point
Copy the full SHA ce5d217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33031da - Browse repository at this point
Copy the full SHA 33031daView commit details -
Configuration menu - View commit details
-
Copy full SHA for c61a9ed - Browse repository at this point
Copy the full SHA c61a9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb7e570 - Browse repository at this point
Copy the full SHA fb7e570View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd928a - Browse repository at this point
Copy the full SHA cfd928aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc0478 - Browse repository at this point
Copy the full SHA bbc0478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6208901 - Browse repository at this point
Copy the full SHA 6208901View commit details -
Move the TLS configuration out to make it more readable - don't repla…
…ce the HTTPClient as the retryablehttp already creates one - just configure its TLS.
Configuration menu - View commit details
-
Copy full SHA for 6328481 - Browse repository at this point
Copy the full SHA 6328481View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ab36d6 - Browse repository at this point
Copy the full SHA 2ab36d6View commit details -
Update internal/backend/remote-state/http/backend.go
Co-authored-by: kmoe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f05da8 - Browse repository at this point
Copy the full SHA 6f05da8View commit details -
Update internal/backend/remote-state/http/testdata/gencerts.sh
Co-authored-by: kmoe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 441edac - Browse repository at this point
Copy the full SHA 441edacView commit details -
Update internal/backend/remote-state/http/backend.go
Co-authored-by: kmoe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91baacc - Browse repository at this point
Copy the full SHA 91baaccView commit details -
Update internal/backend/remote-state/http/backend.go
Co-authored-by: kmoe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 666d7fc - Browse repository at this point
Copy the full SHA 666d7fcView commit details -
Update internal/backend/remote-state/http/backend.go
Co-authored-by: kmoe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d6bf19 - Browse repository at this point
Copy the full SHA 6d6bf19View commit details -
Update internal/backend/remote-state/http/backend.go
Co-authored-by: kmoe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8a3b8b - Browse repository at this point
Copy the full SHA f8a3b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 481ad34 - Browse repository at this point
Copy the full SHA 481ad34View commit details -
Added error if only one of client_certificate_pem and client_private_…
…key_pem are set.
Configuration menu - View commit details
-
Copy full SHA for 13bbe7c - Browse repository at this point
Copy the full SHA 13bbe7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4218d1 - Browse repository at this point
Copy the full SHA d4218d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7b3c7 - Browse repository at this point
Copy the full SHA 0f7b3c7View commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 96dc440 - Browse repository at this point
Copy the full SHA 96dc440View commit details -
Since file(...) is so trivial to use, changed the client cert, key, a…
…nd ca cert to be the data. See also hashicorp/terraform-provider-http#211
Configuration menu - View commit details
-
Copy full SHA for ba0844a - Browse repository at this point
Copy the full SHA ba0844aView commit details