oci-go-sdk
oci-go-sdk copied to clipboard
Go SDK for Oracle Cloud Infrastructure
Private keys created from either `openssl genrsa` or `oci setup config` are in encrypted PKCS#8 format by default. However `x509.ParsePKCS8PrivateKey` only supports unecrypted private keys. This is a bit of...
Dear Team, We are currently utilizing the [ListInstances](https://pkg.go.dev/github.com/oracle/oci-go-sdk/[email protected]/core#ComputeClient.ListInstances) API from the `github.com/oracle/oci-go-sdk/v65/core` Go Package to list instances in our environment. Our requirement includes retrieving [PlatformConfig](https://pkg.go.dev/github.com/oracle/oci-go-sdk/[email protected]/core#PlatformConfig) details provided by this API....
streaming's PutMessages() is not retrying when it fails due to OCI reporting a 429 error. This is because OCI reports 429s at the PutMessagesResponse.Entries[].Error level. The top level PutMessagesResponse.RawResponse.StatusCode is...
Dear team, We've been utilizing the [ListInstances](https://pkg.go.dev/github.com/oracle/oci-go-sdk/[email protected]/core#ComputeClient.ListInstances) API call from the `ComputeClient` to retrieve available instances in Oracle Cloud. However, we're encountering an issue with the error message: `ERROR: rpc...
I would like to request an enhancement to allow the management of Policies for Identity Domains. API Ref: https://docs.oracle.com/en/cloud/paas/iam-domains-rest-api/api-policy-policies.html Once this is implemented in the SDK, it would be possible...
It would be nice if the SDK can manage rules for identity domains. Rules can then be used with policies. API Ref: https://docs.oracle.com/en/cloud/paas/iam-domains-rest-api/api-policy-rules.html Once this is available in the SDK,...
I would like to see methods for IdentityDomains' MappedAttributes implemented in the SDK. API reference: https://docs.oracle.com/en/cloud/paas/iam-domains-rest-api/api-apps-mapped-attributes.html MappedAttributes are used to configure user and group mappings for jit provisioning of users...
I don't think it is good idea to create `ObjectStorageClient` instance while uploading. How about return error instantly if the client is not set? I used long time to debug...
Dear Oracle maintainers, I'm struggling to port Kubernetes external-dns with your new OCI Workloads Identity Auth. I created a dummy PR to show the changes in the code [here](https://github.com/thpham/external-dns/pull/1/files). But...