16 references to SecretType
Aspire.Hosting.Azure.AppService (16)
AzureAppServiceWebsiteContext.cs (16)
143
private (object,
SecretType
) ProcessValue(object value,
SecretType
secretType =
SecretType
.None, object? parent = null, bool isSlot = false)
160
var
st = param.Secret ?
SecretType
.Normal : secretType;
183
return (AllocateKeyVaultSecretUriReference(vaultSecretReference),
SecretType
.KeyVault);
186
return (AllocateParameter(vaultSecretReference, secretType:
SecretType
.KeyVault),
SecretType
.KeyVault);
213
var
finalSecretType =
SecretType
.None;
218
if (secret !=
SecretType
.None)
220
finalSecretType =
SecretType
.Normal;
418
if (secretType ==
SecretType
.KeyVault)
765
private ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter,
SecretType
secretType =
SecretType
.None)
767
return parameter.AsProvisioningParameter(Infra, isSecure: secretType ==
SecretType
.Normal);