Variables
Const AUTH_TOKEN_GENERIC_ERROR
AUTH_TOKEN_GENERIC_ERROR: "Failed to fetch the token from auth server" = "Failed to fetch the token from auth server"
Const Breaker
Breaker: any = require("opossum")
Const INSTANCE_PRINCIPAL_GENERIC_ERROR
INSTANCE_PRINCIPAL_GENERIC_ERROR: "Instance principals authentication can only be used on OCI compute instances. Please confirm this code is running on an OCI compute instance. See https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm for more info." = "Instance principals authentication can only be used on OCI compute instances. Please confirm this code is running on an OCI compute instance. See https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm for more info."
UrlParser
UrlParser: "url"
Const httpSignature
httpSignature: any = require("http-signature")
This class gets a security token from the auth service by signing the request with a PKI issued leaf certificate, passing along a temporary public key that is bounded to the the security token, and the leaf certificate.