Add Spring PetClinic, .NET eShop, and FINOS TraderX PostgreSQL samples#2616
Open
willdavsmith wants to merge 2 commits into
Open
Add Spring PetClinic, .NET eShop, and FINOS TraderX PostgreSQL samples#2616willdavsmith wants to merge 2 commits into
willdavsmith wants to merge 2 commits into
Conversation
Add ten self-contained samples for published Radius resource types backed by Azure recipes. Wire source-built workloads through containerImages, replace verification-only tools with SQLPad and a Go Azure Search API, and document registry requirements. Preserve nested outputs.secrets contracts for sensitive recipe outputs. Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Adds three source-building samples on Radius.Data/postgreSqlDatabases (Azure PostgreSQL), building real application images from pinned upstream source via Radius.Compute/containerImages: - spring-projects-spring-petclinic: Spring PetClinic (Apache-2.0), self-inits its schema on startup. - dotnet-eshop: .NET eShop microservices (MIT). Omits mobile-bff (no upstream source project); pgvector allowlisted via the AVM configurations; schema owned by eShop EF Core migrations. - finos-traderx: FINOS TraderX (Apache-2.0). Nine services built from upstream Dockerfile.compose; nats/nginx kept as pinned published images; a schema-loader container applies the schema/seed since Azure ignores initSql. All use literal port 5432 with TLS and deliver DB and event-bus credentials through app-owned Radius.Security/secrets injected via secretKeyRef. Updates the root README resource-type samples table (10 -> 13). Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds three source-building samples on
Radius.Data/postgreSqlDatabases(Azure PostgreSQL). Each builds real application images from pinned upstream source viaRadius.Compute/containerImages, uses literal port5432+ TLS, delivers DB/event-bus credentials through app-ownedRadius.Security/secrets+secretKeyRef, and handles schema explicitly.Samples
spring-projects-spring-petclinic51045d1spring.sql.init.mode=always). Sample-owned Maven Dockerfile.dotnet-eshop9b4f943PROJECTbuild-arg).mobile-bffomitted (no upstream source project). pgvector allowlisted via AVMconfigurations; schema via eShop EF Core migrations. Provisions 4 Azure PostgreSQL servers.finos-traderxafe174dDockerfile.compose; nats/nginx pinned published images. Schema-loader container applies schema/seed since Azure ignoresinitSql.Conventions
app.bicep,env-azure.bicep,bicepconfig.json,README.md, and ownedsrc/.extension radius; env resourcename: 'azure'; PostgreSQL via AVMflexible-server:0.15.2(hostoutput only).5432+ TLS (sslmode=require/SSL Mode=Require;Trust Server Certificate=true); noinitSql; no inline passwords or;******/$(VAR)— full connection strings built in app-owned secrets and injected viasecretKeyRef.Validation
All 6 new Bicep files compile clean against
br:biceptypes.azurecr.io/radius:latest(these use app-owned secrets +@securepassword, so they are not affected by the nested-secrets extension staleness).