oci-go-sdk icon indicating copy to clipboard operation
oci-go-sdk copied to clipboard

Go SDK for Oracle Cloud Infrastructure

Results 42 oci-go-sdk issues
Sort by recently updated
recently updated
newest added

Currently, the base http client is always initialized with a `defaultTimeout` of 1 minute. This value cannot be overriden. A timeout of 60 seconds is not sufficient when using the...

OCA Verified

Hi Team, hopefully this is right place to ask, if not, I'd appreciate if you can direct me. I'm the founder of [cloudquery.io](https://www.cloudquery.io/), a high performance open source ELT framework....

SDK

This issue relates to https://github.com/oracle/terraform-provider-oci/issues/1812 The structs in the `identitydomains` where `mandatory:"false"` are missing the `json:"omitempty"` tag. As an example here is a non-exhaustive list of structs where the `omitempt`...

IAM

Hi, When attempting to post metrics using the monitoring client's `PostMetricData` function , I'm getting these errors: ``` Service error:NotAuthorizedOrNotFound. Authorization failed or requested resource not found.. http status code:...

Monitoring

Please consider using your own prefix for environment variables (`OCI` suggested here). For consumers of this SDK that are not using terraform, `TF_VAR` is nonsensical. For consumers of terraform, the...

OCA Required

When consuming this SDK via terraform, it is not possible to use the environment variables documented in the CLI here: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/clienvironmentvariables.htm I would expect a terraform configuration as follows: ```hcl...

When trying to use OKE Workload configuration provider inside an OKE cluster, I get this error: `can not create resource principal, environment variable: OCI_RESOURCE_PRINCIPAL_VERSION, not present` This is due to...

[The documentation](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#Required_Keys_and_OCIDs) for generating an API Signing Key is clear that users should set a passphrase. The documentation says to use `openssl` to generate the key. I follow the docs...

SDK

The common.DefaultConfigProvider() in the OCI Go SDK is failing to properly read an encrypted private key from the default configuration file, while the OCI CLI works correctly with the same...