Initial
This commit is contained in:
31
node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs
generated
vendored
Normal file
31
node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
/*! @azure/msal-node v3.8.0 2025-09-24 */
|
||||
'use strict';
|
||||
import { ManagedIdentityEnvironmentVariableNames } from '../utils/Constants.mjs';
|
||||
|
||||
/*
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*/
|
||||
const invalidFileExtension = "invalid_file_extension";
|
||||
const invalidFilePath = "invalid_file_path";
|
||||
const invalidManagedIdentityIdType = "invalid_managed_identity_id_type";
|
||||
const invalidSecret = "invalid_secret";
|
||||
const missingId = "missing_client_id";
|
||||
const networkUnavailable = "network_unavailable";
|
||||
const platformNotSupported = "platform_not_supported";
|
||||
const unableToCreateAzureArc = "unable_to_create_azure_arc";
|
||||
const unableToCreateCloudShell = "unable_to_create_cloud_shell";
|
||||
const unableToCreateSource = "unable_to_create_source";
|
||||
const unableToReadSecretFile = "unable_to_read_secret_file";
|
||||
const userAssignedNotAvailableAtRuntime = "user_assigned_not_available_at_runtime";
|
||||
const wwwAuthenticateHeaderMissing = "www_authenticate_header_missing";
|
||||
const wwwAuthenticateHeaderUnsupportedFormat = "www_authenticate_header_unsupported_format";
|
||||
const MsiEnvironmentVariableUrlMalformedErrorCodes = {
|
||||
[ManagedIdentityEnvironmentVariableNames.AZURE_POD_IDENTITY_AUTHORITY_HOST]: "azure_pod_identity_authority_host_url_malformed",
|
||||
[ManagedIdentityEnvironmentVariableNames.IDENTITY_ENDPOINT]: "identity_endpoint_url_malformed",
|
||||
[ManagedIdentityEnvironmentVariableNames.IMDS_ENDPOINT]: "imds_endpoint_url_malformed",
|
||||
[ManagedIdentityEnvironmentVariableNames.MSI_ENDPOINT]: "msi_endpoint_url_malformed",
|
||||
};
|
||||
|
||||
export { MsiEnvironmentVariableUrlMalformedErrorCodes, invalidFileExtension, invalidFilePath, invalidManagedIdentityIdType, invalidSecret, missingId, networkUnavailable, platformNotSupported, unableToCreateAzureArc, unableToCreateCloudShell, unableToCreateSource, unableToReadSecretFile, userAssignedNotAvailableAtRuntime, wwwAuthenticateHeaderMissing, wwwAuthenticateHeaderUnsupportedFormat };
|
||||
//# sourceMappingURL=ManagedIdentityErrorCodes.mjs.map
|
||||
Reference in New Issue
Block a user