Francisc Vass
Francisc Vass
HI, I'm having the same issue. The same piece of code (create custom img importing from bucket) works if I authenticate with API key but does not works if I...
Hi, I'm running from an Instance principal. See the examples below. Some commands works. # Here I'm listing the objects in the bucket I'm using to import the image from...
Hi, we implemented the WA provided using the OCI python SDK and its working. It should works with OCI CLI as well. basically we generate a PAR for the object...
HI, Basically to access_uri returned by PAR creation : oci.object_storage.ObjectStorageClient(config={}).create_preauthenticated_request() you need to add the endpoint of the bucket . You can get this from: oci.object_storage.ObjectStorageClient(config={}).obj_client.base_client.endpoint and when you call...
hi, I have the same issue. Trying to get the state with: terraform-provider-oci -compartment_name=fvassComp1 -command=export -output_path=/Users/vefeo/workORCL/oci-tf-discovery -generate_state The error I got: INFO 2023/05/01 14:26:42.921234 [ERROR] terraform import command failed for...