fix: hydra v2 removed arg

This commit is contained in:
Neil Hanlon 2024-02-23 17:27:59 -05:00
parent 53bfe835f0
commit dd9c0aef15
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ resfdeploy.new({
command: '/bin/sh',
// We can use dangerous-force-http because we're using mTLS internally
// and terminate TLS at ingress point.
args: common.sh_args($.dsn, '/usr/bin/hydra serve admin --dangerous-force-http'),
args: common.sh_args($.dsn, '/usr/bin/hydra serve admin'),
image: common.image,
tag: common.tag,
dsn: {

View File

@ -15,7 +15,7 @@ resfdeploy.new({
command: '/bin/sh',
// We can use dangerous-force-http because we're using mTLS internally
// and terminate TLS at ingress point.
args: common.sh_args($.dsn, '/usr/bin/hydra serve public --dangerous-force-http'),
args: common.sh_args($.dsn, '/usr/bin/hydra serve public'),
image: common.image,
tag: common.tag,
dsn: {