mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 09:10:27 -04:00
* Add support for using a certificate file instead of HCP Client Credentials to authenticate to HashiCorp Cloud Platform * Docs * Change certificate auth warnings to print to stdio * rough draft docs * Update comments * Parse home directory correctly, default directory certs don't work before this * cred-file => cred_file, and add unit test * Fix invalid log, and use full path in log messages and error messages * Fix original file not being reset in unit test * Move test statements around to validate Windows behavior * Use a 'windows friendly' path * The issue here was the path error'd on mac and linux, but not Windows, when I swapped to the different path then nothing error'd causing everything to fail, I think this should fix it on 3 platforms * 1.14.1 => 1.14.2 |
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| deprecated_client.go | ||
| deprecated_service.go | ||
| errors.go | ||
| errors_test.go | ||
| mock_service.go | ||
| service_bucket.go | ||
| service_build.go | ||
| service_channel.go | ||
| service_version.go | ||