You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is required by oci-typescript-sdk/lib/common/lib/auth/url-based-x509-certificate-supplier.ts
/** * Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved. * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. */import{parsePrivateKey,parseCertificate,Certificate,PrivateKey}from"sshpk";import{FetchHttpClient}from"../http";importX509CertificateSupplierfrom"./models/X509-certificate-supplier";importCertificateAndPrivateKeyPairfrom"./certificate-and-privatekey-pair";importRefreshablefrom"./models/refreshable";import{getStringFromResponseBody}from"../helper";importCircuitBreakerfrom"../circuit-breaker";importfetch,{Response}from"node-fetch";
The text was updated successfully, but these errors were encountered:
We encountered this issue on our side:
This is required by oci-typescript-sdk/lib/common/lib/auth/url-based-x509-certificate-supplier.ts
The text was updated successfully, but these errors were encountered: