make temporary auth solution

This commit is contained in:
2024-05-17 01:10:14 +02:00
parent 0b1ca6338f
commit ab2fd071e0
10 changed files with 144 additions and 28 deletions

View File

@@ -39,7 +39,13 @@ spec:
volumeMounts:
- name: gh-backend-certs
mountPath: /etc/gh-backend/ssl
- name: zitadel-service-account
mountPath: /etc/gh-backend/zitadel
volumes:
- name: gh-backend-certs
secret:
secretName: gh-backend-tls
- name: zitadel-service-account
secret:
secretName: zitadel-service-account

View File

@@ -11,8 +11,6 @@ spec:
routes:
- kind: Rule
match: Host(`heritagebackend.varghacsongor.hu`)
middlewares:
- name: auth-service
services:
- name: gh-backend
port: 443