oracle / oci-typescript-sdk

Oracle Cloud Infrastructure SDK for TypeScript and JavaScript
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/typescriptsdk.htm
Other
68 stars 50 forks source link

Alloy config #251

Closed mariusrak closed 6 months ago

mariusrak commented 8 months ago

Hi, I get an error

Alloy config file not found at [object Object], enabling all OCI services as default

There for sure should not be the [object Object]. It's because of this:

        "Alloy config file not found at " +
          { configFilePath } +
          ", enabling all OCI services as default"

The { } around configFilePath should not be there

Second thing is, that I don't want to provide that file, can I configure the SDK by some parameter to some constructor? Thanks

jyotisaini commented 8 months ago

Thanks for reporting this issue, @mariusrak. We are currently working on a fix for this.

shlomoweb1 commented 7 months ago

Hey, I would like to know if there is a way for the SDK not to request any of the alloys; it slows down my express loading and all stuff configured.env file by me

jyotisaini commented 7 months ago

Hi @shlomoweb1 this issue has been fixed in the latest version of the SDK. Please upgrade the SDK and you will no longer see alloy related loading/messages.

jyotisaini commented 6 months ago

This issue has been fixed.