Skip to content

Commit

Permalink
chore: update sops to use managed identity (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored Nov 14, 2023
1 parent 94d5d52 commit 23d96f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN make build
FROM debian:bookworm-slim
WORKDIR /app

ENV SOPS_VERSION=v3.7.3
ADD --chmod=755 https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux /usr/local/bin/sops
ENV SOPS_VERSION=v3.8.1
ADD --chmod=755 https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64 /usr/local/bin/sops

COPY --from=builder /app/.bin/tenant-controller /app
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Expand Down
1 change: 1 addition & 0 deletions examples/configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ azure:
clerk:
jwks_url: <JWKS URL>
webhook_secret: <webhook_signing_secret>
secretKey: <CLERK SECRET KEY>
git:
repository: https://github.com/flanksource/sass-dev
user: flankbot
Expand Down

0 comments on commit 23d96f3

Please sign in to comment.