temporary fix: hardcode allowed ip instead of using traefik middleware
This commit is contained in:
@@ -5,6 +5,6 @@ metadata:
|
|||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
data:
|
data:
|
||||||
OAUTH_ALLOWED_HOST: webapp.arcodange.duckdns.org
|
OAUTH_ALLOWED_HOST: webapp.arcodange.duckdns.org
|
||||||
OAUTH_DEVICE_CODE_ALLOWED_IPS: 90.16.102.250,
|
OAUTH_DEVICE_CODE_ALLOWED_IPS: 86.247.157.144,
|
||||||
DATABASE_URL: postgres://pgbouncer_auth:pgbouncer_auth@pgbouncer.tools/postgres?sslmode=disable
|
DATABASE_URL: postgres://pgbouncer_auth:pgbouncer_auth@pgbouncer.tools/postgres?sslmode=disable
|
||||||
# DATABASE_URL: postgres://username:password@localhost/dbname?sslmode=disable
|
# DATABASE_URL: postgres://username:password@localhost/dbname?sslmode=disable
|
||||||
Reference in New Issue
Block a user