Skip to content
Snippets Groups Projects
Unverified Commit 9269c368 authored by Varac's avatar Varac
Browse files

Use default hydra image

parent ad10d31f
No related branches found
No related tags found
1 merge request!75Use default image
Pipeline #10750 passed with stage
in 19 seconds
...@@ -96,7 +96,7 @@ kratos: ...@@ -96,7 +96,7 @@ kratos:
config: config:
identity: identity:
# This points to the filename in above identitySchemas section. # This points to the filename in above identitySchemas section.
default_schema_url: file:///etc/config/identity.default.schema.json default_schema_url: file:///etc/config/identity.default.schema.json
dsn: postgres://kratos:kratos@single-sign-on-postgresql:5432/kratos dsn: postgres://kratos:kratos@single-sign-on-postgresql:5432/kratos
...@@ -140,15 +140,12 @@ kratos: ...@@ -140,15 +140,12 @@ kratos:
log: log:
level: info level: info
courier: courier:
smtp: smtp:
connection_uri: smtps://username:password@smtp.example.net:456/ connection_uri: smtps://username:password@smtp.example.net:456/
from_address: no-reply@example.net from_address: no-reply@example.net
hydra: hydra:
# Fix for this issue: https://github.com/ory/k8s/issues/367
image:
tag: v1.10.5-sqlite
hydra: hydra:
# hydra.hydra.dangerousForceHttp allows access to the hydra admin API over http. The # hydra.hydra.dangerousForceHttp allows access to the hydra admin API over http. The
# hydra admin API is only accessible by services within the same namespace unless you # hydra admin API is only accessible by services within the same namespace unless you
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment