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

Ruby SDK for Oracle Cloud Infrastructure

Results 7 oci-ruby-sdk issues
Sort by recently updated
recently updated
newest added

I am trying to fetch ssl certificate via `get_certificate` method and observing error: ``` irb(main):099:0> cert_client.get_certificate("ocid1.certificate.oc1.eu-blah-blah") /usr/local/bundle/gems/oci-2.18.0/lib/oci/internal/util.rb:59:in `convert_to_type': uninitialized constant OCI::CertificatesManagement::Models::VersionStage (NameError) type = OCI.const_get(type.to_s) ^^^^^^^^^^ Did you mean? OCI::CertificatesManagement::Models::VERSION_STAGE_FAILED...

Certificates Management

We use `oci session authenticate` with the environment variable `OCI_CLI_AUTH=security_token` set. This means our `~/.oci/config` file doesn't actually have a setting for `user`, which causes the [config validation to fail](https://github.com/oracle/oci-ruby-sdk/blob/v2.18.0/lib/oci/config.rb#L137-L141)....

SDK

Are you an OCI customer and would you be willing to spend a few minutes on a call and provide feedback about your experience of using the OCI SDK? email:...

SDK

Team, I am getting the error while installing oci-2.21.1.gem below the error oci-2.21.1.gem --local ERROR: Could not find a valid gem 'psych' (~> 5.0, >= 5.0.1) looks like i need...

SDK

@ZiyaoQiao - I wanted to let you know of a recent change I made to the openapi generator in https://github.com/OpenAPITools/openapi-generator/pull/22052, which was released in 7.17.0. This introduces a base model...