1 instantiation of RadiusSecretStoreConstruct
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
1947
var construct = new
RadiusSecretStoreConstruct
(identifier)
16 references to RadiusSecretStoreConstruct
Aspire.Hosting.Radius (16)
Publishing\BicepPostProcessor.cs (2)
89
foreach (
var
resource in options.SecretStores)
366
foreach (
var
store in options.SecretStores)
Publishing\Constructs\RadiusSecretStoreConstruct.cs (1)
106
/// <summary>Initializes a new <see cref="
RadiusSecretStoreConstruct
"/> with the given Bicep identifier.</summary>
Publishing\RadiusInfrastructureBuilder.cs (12)
412
Dictionary<
RadiusSecretStoreConstruct
, string> SecretStoreIds);
567
IReadOnlyDictionary<string,
RadiusSecretStoreConstruct
> storeConstructs,
587
if (!storeConstructs.TryGetValue(store.Name, out
var
construct))
1932
/// Emits one <see cref="
RadiusSecretStoreConstruct
"/> per declared store, scoped to the legacy
1936
private Dictionary<string,
RadiusSecretStoreConstruct
> EmitSecretStores(
1942
var storeConstructs = new Dictionary<string,
RadiusSecretStoreConstruct
>(StringComparer.Ordinal);
1947
var
construct = new RadiusSecretStoreConstruct(identifier)
1983
IReadOnlyDictionary<string,
RadiusSecretStoreConstruct
> storeConstructs)
2058
IReadOnlyDictionary<string,
RadiusSecretStoreConstruct
> storeConstructs)
2060
if (storeConstructs.TryGetValue(store.Name, out
var
construct))
2081
private void PopulateInlineSecretStoreData(RadiusSecretStoreResource store,
RadiusSecretStoreConstruct
construct)
2114
RadiusSecretStoreConstruct
construct,
Publishing\RadiusInfrastructureOptions.cs (1)
78
public List<
RadiusSecretStoreConstruct
> SecretStores { get; } = [];