1 write to _environment
Aspire.Hosting.Radius (1)
Publishing\SealedSecretApplyStep.cs (1)
41
internal SealedSecretApplyStep(RadiusEnvironmentResource environment) =>
_environment
= environment;
7 references to _environment
Aspire.Hosting.Radius (7)
Publishing\SealedSecretApplyStep.cs (7)
47
Name = $"apply-sealed-secrets-{
_environment
.Name}",
48
Description = $"Apply and await sealed secrets for '{
_environment
.Name}' before rad deploy",
51
step.DependsOn($"publish-radius-{
_environment
.Name}");
53
step.RequiredBy($"deploy-radius-{
_environment
.Name}");
81
var outputDir = PublishingContextUtils.GetEnvironmentOutputPath(context,
_environment
);
86
store, outputDir, store.Population.SealedManifestPath!,
_environment
.Namespace,
202
.Where(s => s.Scope == RadiusSecretStoreScope.Application || ReferenceEquals(s.OwningEnvironment,
_environment
))