I am working on building a azure devops pipeline with TFC, but when I setup boundary i am getting these x509: certificate signed by unknown authority errors.
Thank you for trying Boundary! Just a quick follow up, the setting in the provider is tls_insecure not tls_skip_verify. I do see that for credential stores we have the setting as tls_skip_verify, I will chat with the team on synchronizing our terminology when we are all back from the holiday break.
I quickly double checked on my side and was able to access a boundary server using a self signed cert with the tls_insecure flag set:
Boundary uses tls_insecure; what you’re looking at with the credential store is tls_skip_verify because it’s the Vault credential store and that’s Vault’s terminology.