16 references to SecretType
Aspire.Hosting.Azure.AppService (16)
AzureAppServiceWebsiteContext.cs (16)
108
private (object,
SecretType
) ProcessValue(object value,
SecretType
secretType =
SecretType
.None, object? parent = null)
123
var
st = param.Secret ?
SecretType
.Normal : secretType;
146
return (AllocateKeyVaultSecretUriReference(vaultSecretReference),
SecretType
.KeyVault);
149
return (AllocateParameter(vaultSecretReference, secretType:
SecretType
.KeyVault),
SecretType
.KeyVault);
169
var
finalSecretType =
SecretType
.None;
174
if (secret !=
SecretType
.None)
176
finalSecretType =
SecretType
.Normal;
234
if (secretType ==
SecretType
.KeyVault)
324
private ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter,
SecretType
secretType =
SecretType
.None)
326
return parameter.AsProvisioningParameter(Infra, isSecure: secretType ==
SecretType
.Normal);