wide-fall-30464
12/15/2022, 8:45 AMhelm install \
--set 'hydra.config.secrets.system={$(LC_ALL=C tr -dc 'A-Za-z0-9' < /dev/urandom | base64 | head -c 32)}' \
--set 'hydra.config.dsn=<postgres://foo:bar@baz:1234/db>' \
--set 'hydra.config.urls.self.issuer=<http://public.hydra.localhost/>' \
--set 'hydra.config.urls.login=<http://example-idp.localhost/login>' \
--set 'hydra.config.urls.consent=<http://example-idp.localhost/consent>' \
--set 'hydra.config.urls.logout=<http://example-idp.localhost/logout>' \
--set 'ingress.public.enabled=true' \
--set 'ingress.admin.enabled=true' \
--set 'hydra.dangerousForceHttp=true' \
--name hydra-example \
ory/hydra
The error
`ime=2022-12-15T084226Z level=error msg=Scheme from configuration key urls.self.issuer
must be https
when dev
is false
. Got scheme in value <http://public.hydra.localhost/>
is http
. To find out more, use hydra help serve
. audience=application service_name=Ory Hydra service_version=v2.0.1Error: issuer URL scheme must be HTTPS unless development mode is enabled`
Looks like hydra.dangerousForceHttp=true
is not applicable.
Can someone help?gentle-thailand-50068
12/15/2022, 9:30 AM-set '<http://hydra.dev|hydra.dev>=true'
?wide-fall-30464
12/15/2022, 9:53 AMwide-fall-30464
12/15/2022, 10:35 AMhydra clients create \
--endpoint <http://admin.hydra.localhost/> \
--id my-client \
--secret secret \
-g client_credentials
gentle-thailand-50068
12/15/2022, 10:52 AM--dev
?wide-fall-30464
12/15/2022, 11:15 AMworried-kitchen-94392
12/16/2022, 9:45 AMworried-kitchen-94392
12/16/2022, 9:46 AMdangerousFOO
flags were merged into dev
modeworried-kitchen-94392
12/16/2022, 9:46 AMwide-fall-30464
12/16/2022, 11:53 AM