sethvargo / terraform-provider-berglas

A Terraform provider for Berglas
Apache License 2.0
17 stars 6 forks source link

update dependencies #11

Closed hirosassa closed 2 years ago

hirosassa commented 2 years ago

Updated dependencies for following reasons:

Using current latest berglas provider with a credential obtained from workload identity federation, we saw following error. I would like to resolve it.

Error: failed to configure provider: failed to parse credentials: unknown credential type: "external_account" with provider["registry.terraform.io/sethvargo/berglas"]

hirosassa commented 2 years ago

@sethvargo Thank you for the quick review and merge!

hirosassa commented 2 years ago

@sethvargo v0.2.1 is not released to terraform registry yet? https://registry.terraform.io/providers/sethvargo/berglas/0.2.0

sethvargo commented 2 years ago

@hirosassa so - I've manually refreshed it at least 3x now...

screenshot-20220815-OYxnBteM@2x

I think the problem might be that I have ECC GPG signing keys and it looks like the Terraform registry doesn't support ECC keys. I don't have RSA/DSA keys and don't have intentions of managing multiple GPG keys right now.

hirosassa commented 2 years ago

@sethvargo Thanks for switching back commit. So can we re-run release job (by adding new tag?) to release to terraform registry?

sethvargo commented 2 years ago

That won't fix it - the Terraform registry doesn't support the signature I'm using.