terraform-provider-conjur icon indicating copy to clipboard operation
terraform-provider-conjur copied to clipboard

Error verifying GPG signature for provider "cyberark/conjur"

Open JfcAtCyberArk opened this issue 3 years ago • 3 comments

Summary

Unable to use Conjur provider for Terraform.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Using this simple main.tf
provider "aws" {
  version = "~> 2.0"
  region = "eu-west-3"
}


provider "cyberark/conjur" {
  version = "0.6.2"
}
  1. And this docker image: hashicorp/terraform:latest (2021/09/08)

  2. Terraform init fails with the below error:

Creating conjur_playground_terraform_run ... done

Initializing the backend...

Initializing provider plugins...
- Checking for available provider plugins...

Error verifying GPG signature for provider "cyberark/conjur"
Terraform was unable to verify the GPG signature of the downloaded provider
files using the keys downloaded from the Terraform Registry. This may mean that
the publisher of the provider removed the key it was signed with, or that the
distributed files were changed after this version was released.


Error: unable to verify signature


ERROR: 1

Expected Results

Terraform init succeeds

Actual Results (including error logs, if applicable)

Terraform init fails with GPG error (see above)

Reproducible

  • [X ] Always
  • [ ] Sometimes
  • [ ] Non-Reproducible

Version/Tag number

latest (0.6.2)

JfcAtCyberArk avatar Sep 08 '21 06:09 JfcAtCyberArk