[infra] vault + chsettle + aurora for dev

This commit is contained in:
Stephan D
2026-03-16 19:50:05 +01:00
parent 5b1aca86e7
commit 89edf33c2c
51 changed files with 1606 additions and 62 deletions

View File

@@ -28,9 +28,10 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
-o /out/bff .
FROM alpine:latest AS runtime
ARG APP_CONFIG_PATH=api/edge/bff/config.yml
RUN apk add --no-cache ca-certificates tzdata wget
WORKDIR /app
COPY api/edge/bff/config.yml /app/config.yml
COPY ${APP_CONFIG_PATH} /app/config.yml
COPY api/edge/bff/assets /app/assets
COPY api/edge/bff/env /app/env
COPY api/pkg/auth/internal/casbin/models/auth.conf /app/env/permissions_model.conf