5 writes to CertificateBundlePath
Aspire.Hosting (1)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
101CertificateBundlePath = configurationContext.CertificateBundlePath,
Aspire.Hosting.Azure.Tests (1)
AzureCosmosDBExtensionsTests.cs (1)
717CertificateBundlePath = bundlePath,
Aspire.Hosting.Java.Tests (1)
AddJavaAppTests.cs (1)
919CertificateBundlePath = ReferenceExpression.Create($"/etc/ssl/aspire/bundle.p12"),
Aspire.Hosting.JavaScript.Tests (2)
AddBunAppTests.cs (2)
262CertificateBundlePath = bundle, 290CertificateBundlePath = ReferenceExpression.Create($"/etc/ssl/aspire/bundle.crt"),
10 references to CertificateBundlePath
Aspire.Hosting (2)
ApplicationModel\CertificateTrustConfigurationCallbackAnnotation.cs (2)
38/// value provider such as <see cref="CertificateBundlePath"/> or <see cref="CertificateDirectoriesPath"/>. 57/// value provider such as <see cref="CertificateBundlePath"/> or <see cref="CertificateDirectoriesPath"/>.
Aspire.Hosting.Azure.CosmosDB (1)
AzureCosmosDBExtensions.cs (1)
198ctx.EnvironmentVariables["NODE_EXTRA_CA_CERTS"] = ctx.CertificateBundlePath;
Aspire.Hosting.JavaScript (2)
JavaScriptHostingExtensions.cs (2)
315ctx.EnvironmentVariables["NODE_EXTRA_CA_CERTS"] = ctx.CertificateBundlePath; 752ctx.EnvironmentVariables["NODE_EXTRA_CA_CERTS"] = ctx.CertificateBundlePath;
Aspire.Hosting.Python (3)
PythonAppResourceBuilderExtensions.cs (3)
417ctx.EnvironmentVariables["REQUESTS_CA_BUNDLE"] = ctx.CertificateBundlePath; 421ctx.EnvironmentVariables["CURL_CA_BUNDLE"] = ctx.CertificateBundlePath; 426ctx.EnvironmentVariables["OTEL_EXPORTER_OTLP_CERTIFICATE"] = ctx.CertificateBundlePath;
Aspire.Hosting.Redis (2)
RedisBuilderExtensions.cs (2)
160ctx.Arguments.Add(ctx.CertificateBundlePath); 366ctx.EnvironmentVariables[$"RI_REDIS_TLS_CA_PATH{counter}"] = ctx.CertificateBundlePath;