Marco B.

Results 10 comments of Marco B.

> The fingerprint should match the API signing key. https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm#How3 describes how to generate the API signing keys in the PEM format, and thereafter get the corresponding fingerprint. I'm not...

@ravinitp I changed my provider config with: ```hcl provider "oci" { private_key_path = "key_file=/Users/marco/.oci/sessions/DEFAULT/oci_api_key.pem" private_key_password = "myencpass" } ``` but it's still failing with ```txt ╷ │ Error: can not...

Slightly related to https://github.com/hashicorp/terraform-provider-kubernetes/issues/723

Hi - I was pretty baffled myself not to have this API supported in Terraform. This severely undermines the usefulness of using Terraform at all for a few scenarios where...

@bmcustodio do you plan to merge this soon? Thanks!

@moliware any chance that this will be merged soon? It requires little work as much of the content was ported from the old env. It would be a nice thing...

I came here to second this - I have many KUBECONFIGs for lots of various environments, and I hate with a passion losing my favorite namespaces, nodeShell settings, etc. on...

@ravinitp by the feedback here and in #512 it's pretty clear that there's something wrong with the provider. Are you going to schedule a fix for that? It's been broken...

@ravinitp I added the missing description. Can you please fix the labels? This is not `answered`. Thank you!

It looks like a synchronization problem; we've seen that in the past for `kp`, but I couldn't find a reference (sorry). Also, it looks like the destruction is not working...