16 references to SecretType
Aspire.Hosting.Azure.AppService (16)
AzureAppServiceWebsiteContext.cs (16)
109
private (object,
SecretType
) ProcessValue(object value,
SecretType
secretType =
SecretType
.None, object? parent = null)
124
var
st = param.Secret ?
SecretType
.Normal : secretType;
147
return (AllocateKeyVaultSecretUriReference(vaultSecretReference),
SecretType
.KeyVault);
150
return (AllocateParameter(vaultSecretReference, secretType:
SecretType
.KeyVault),
SecretType
.KeyVault);
170
var
finalSecretType =
SecretType
.None;
175
if (secret !=
SecretType
.None)
177
finalSecretType =
SecretType
.Normal;
254
if (secretType ==
SecretType
.KeyVault)
344
private ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter,
SecretType
secretType =
SecretType
.None)
346
return parameter.AsProvisioningParameter(Infra, isSecure: secretType ==
SecretType
.Normal);