Merge pull request #164 from NeilHanlon/fix/sync-hydra-to-ui

fix: hydra v2 removed arg
This commit is contained in:
resf-prow[bot] 2024-02-23 22:33:26 +00:00 committed by GitHub
commit e1be0a6e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: {