9 references to WithSealedSecret
Aspire.Hosting.Radius.Tests (9)
Publishing\SealedSecretPublishTests.cs (6)
58
s.
WithSealedSecret
(manifest, "username", "password")));
75
.
WithSealedSecret
(Path.Combine("secrets", "db-creds.sealed.yaml"), "username");
93
s.
WithSealedSecret
(missing, "key"))));
117
s.
WithSealedSecret
(manifest, "username"))));
132
s.
WithSealedSecret
(manifest, "username", "password"));
206
s.
WithSealedSecret
(manifest, "username", "password"));
Secrets\SecretStoreValidationTests.cs (3)
375
.
WithSealedSecret
(manifestPath, "password");
395
.
WithSealedSecret
(manifestPath, "password");
410
s.
WithSealedSecret
(manifestPath, "password"));