Type Alias v1_AzureKVProvider

v1_AzureKVProvider: {
    environmentType?: v1_AzureEnvironmentType;
    tenantId?: string;
    vaultUrl?: string;
}

Type declaration

  • OptionalenvironmentType?: v1_AzureEnvironmentType

    EnvironmentType specifies the Azure cloud environment endpoints to use for connecting and authenticating with Azure. By-default it points to the public cloud AAD endpoint, and the following endpoints are available: PublicCloud, USGovernmentCloud, ChinaCloud, GermanCloud Ref: https://github.com/Azure/go-autorest/blob/main/autorest/azure/environments.go#L152

  • OptionaltenantId?: string

    TenantID configures the Azure Tenant to send requests to.

  • OptionalvaultUrl?: string

    Vault Url from which the secrets to be fetched from.