Closed pdmthorsrud closed 4 years ago
Now gotten past the first issue, and I have no clue how. Assuming this might've been something wrong from my employer's side (we are testing out MacBooks, which I am using, and there has been some problems with certificates). Now I am stuck at
TASK [service_bootstrap : vault - post/pki - enable PKI backend] ***************
fatal: [default]: FAILED! => {
"changed": false
}
MSG:
Failed to initialize Terraform modules:
Error: Failed to install provider
Error while installing hashicorp/vault v2.15.0: could not query provider
registry for registry.terraform.io/hashicorp/vault: failed to retrieve
authentication checksums for provider: the request failed after 2 attempts,
please try again later: Get
"https://releases.hashicorp.com/terraform-provider-vault/2.15.0/terraform-provider-vault_2.15.0_SHA256SUMS":
x509: certificate signed by unknown authority
PLAY RECAP *********************************************************************
default : ok=23 changed=5 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
make: *** [up] Error 1
--------------------------------------
after running make up
. Assuming something somewhere is not pointing to the correct certificate-files. Investigating now.
This just randomly resolved itself. Nothing different from what was described in fredrikhgrelland/vagrant-hashistack#385
Might be because I have a new MacBook, which is in the testing stage. They have had some problems with certs earlie
Current behaviour
Throws error
Expected behaviour
Not throwing the error (checking box without fail)
How to reproduce?
vagrant box update
, or any other command using vagrantSuggestion(s)/solution(s) [Optional]
Most likely linked to https://github.com/fredrikhgrelland/vagrant-hashistack/issues/385, but I cannot seem to get it to work atm using that solution
Checklist (after created issue)