Anurag Garg

Results 31 comments of Anurag Garg

I see the same issue for our PS module project that is based off a .NET project that upgraded to Newtonsoft.Json v13.0.1

Thanks for the suggestion @peterdettman. I will try to look into our code a bit more to see if we are doing this on our end or if our customer...

Reworked our code to make this call thread safe.

Hi @giovannicandido @Sarkie Thanks for reporting this issue. We will have someone look into this and get back to you. Just to confirm does this issue show up with only...

@Sarkie @giovannicandido I can't reproduce the issue. I am using pwsh 7.3.9 on mac. ``` PS /Users/anurggar> Get-InstalledModule Version Name Repository Description ------- ---- ---------- ----------- 70.0.0 OCI.PSModules.Common PSGallery OCI...

Hi @giovannicandido Can you try putting in the permissions to match the chmod 600 equivalent for linux/unix based distros. Hopefully this helps with the check. I came across a solution...

@b-dean cc @ZiyaoQiao The Go SDK supports the Session based Authentication. The public docs are pending an update. Go SDK example: https://github.com/oracle/oci-go-sdk/blob/master/example/example_securityTokenBasedAuth_test.go Python SDK supports this authentication in a similar...

Hi @tb137 , Yes, that is correct the OKE workload identity is currently only supported in Java and Go SDK.

Hi @jbcintra Thanks for bringing this up. We will ask the Load Balancer team if they have an alternative API to do this otherwise we can raise an issue with...

@jbcintra You can perhaps first use [GetLoadBalancer](https://docs.oracle.com/en-us/iaas/api/#/en/loadbalancer/20170115/LoadBalancer/GetLoadBalancer) with the Load Balancer OCID and then use the response object to get the Listener by its name from the dictionary of its...