test instance
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-01-31 15:51:31 +01:00
parent db769ca053
commit 38d3381ecd
Signed by: wn
GPG Key ID: 836E9E1192A6B132
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
if [ "$ENCRYPTION_KEY" = "" ]; then
echo "ENCRYPTION_KEY not set"
exit 1
@ -10,6 +12,7 @@ if [ "$MD5_CHECKSUM" = "" ]; then
exit 1
fi
SECRETS_CIPHERTEXT_FILE=secrets.enc
SECRETS_PLAINTEXT_FILE=/tmp/secrets
TMP_FILE=`mktemp`

View File

@ -42,7 +42,7 @@ kind: Ingress
metadata:
name: nutri
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging-http
cert-manager.io/cluster-issuer: letsencrypt-production-http
spec:
tls:
- hosts:

View File

@ -5,7 +5,7 @@
"client_id": "nutri",
"client_secret": "%CLIENT_SECRET%",
"redirect_uris": [
"https://nutri.hottis.de/*"
"https://nutri-test.hottis.de/*"
],
"userinfo_uri": "https://auth2.hottis.de/realms/hottis/protocol/openid-connect/userinfo",
"token_uri": "https://auth2.hottis.de/realms/hottis/protocol/openid-connect/token"