Class KeyVaultSecretsCatalog
- Namespace
- FoundationaLLM.Configuration.Catalog
- Assembly
- FoundationaLLM.Configuration.dll
A catalog of Key Vault secrets used in this solution.
public static class KeyVaultSecretsCatalog
- Inheritance
-
KeyVaultSecretsCatalog
- Inherited Members
Methods
GetRequiredKeyVaultSecretsForVersion(string, string)
Returns the list of all the Key Vault secrets for this solution that are required for the given version.
public static IEnumerable<KeyVaultSecretEntry> GetRequiredKeyVaultSecretsForVersion(string version, string serviceName = "")
Parameters
version
stringThe current version of the caller.
serviceName
stringOptional service name. When not specified, the generic key vault secrets list is returned.