Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: downgrade to Zitadel v2.61.1 #833

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion idp/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/zitadel/zitadel:v2.62.0@sha256:9f35236d97629915ab023764b50c21e95f7a06b768b4364629193d9f1119b6fb
FROM ghcr.io/zitadel/zitadel:v2.61.1@sha256:4f49d262cd6eea2786df87a5370164daae7aa2f7f243217ca39adc38e4a464db

# Copy configuration and certificates
COPY ./*.yaml ./certificate.crt ./private.key /app/
10 changes: 5 additions & 5 deletions idp/docker/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
# https://zitadel.com/docs/self-hosting/manage/configure#runtime-configuration-file

Log:
Level: info
Level: 'info'

Port: 8080
ExternalPort: 443
ExternalSecure: true
TLS:
Enabled: true
KeyPath: /app/private.key
CertPath: /app/certificate.crt
KeyPath: '/app/private.key'
CertPath: '/app/certificate.crt'

Database:
postgres:
Port: 5432
User:
SSL:
Mode: require
Mode: 'require'
Admin:
SSL:
Mode: require
Mode: 'require'
Loading