mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-08 18:27:42 +00:00
* WIP * wip * Update keto.yml, socket_routes.go, and 12 more files... * fixes and docs * Update api.js * Update auth.go and api.js * Update user_role_provider.go * Update config_routes.go and api.js * Update consts.go
85 lines
1.6 KiB
YAML
Executable File
85 lines
1.6 KiB
YAML
Executable File
version: v0.8.2-alpha.1
|
|
|
|
dsn: sqlite:///app/data/kratos.sqlite?_fk=true
|
|
|
|
serve:
|
|
public:
|
|
base_url: http://127.0.0.1:4433/
|
|
cors:
|
|
enabled: true
|
|
admin:
|
|
base_url: http://kratos:4434/
|
|
|
|
selfservice:
|
|
default_browser_return_url: http://127.0.0.1:4455/
|
|
whitelisted_return_urls:
|
|
- http://127.0.0.1:4455
|
|
|
|
methods:
|
|
password:
|
|
enabled: true
|
|
|
|
flows:
|
|
error:
|
|
ui_url: http://127.0.0.1:4455/error
|
|
|
|
settings:
|
|
ui_url: http://127.0.0.1:4455/settings
|
|
privileged_session_max_age: 15m
|
|
|
|
recovery:
|
|
enabled: true
|
|
ui_url: http://127.0.0.1:4455/recovery
|
|
|
|
verification:
|
|
enabled: false
|
|
ui_url: http://127.0.0.1:4455/verification
|
|
after:
|
|
default_browser_return_url: http://127.0.0.1:4455/
|
|
|
|
logout:
|
|
after:
|
|
default_browser_return_url: http://127.0.0.1:4455/login
|
|
|
|
login:
|
|
ui_url: http://127.0.0.1:4455/login
|
|
lifespan: 10m
|
|
|
|
registration:
|
|
lifespan: 10m
|
|
ui_url: http://127.0.0.1:4455/registration
|
|
after:
|
|
password:
|
|
hooks:
|
|
-
|
|
hook: session
|
|
|
|
log:
|
|
level: info
|
|
format: text
|
|
leak_sensitive_values: false
|
|
|
|
secrets:
|
|
cookie:
|
|
- PLEASE-CHANGE-ME-I-AM-VERY-INSECURE
|
|
cipher:
|
|
- 32-LONG-SECRET-NOT-SECURE-AT-ALL
|
|
|
|
ciphers:
|
|
algorithm: xchacha20-poly1305
|
|
|
|
hashers:
|
|
argon2:
|
|
parallelism: 1
|
|
memory: 128MB
|
|
iterations: 2
|
|
salt_length: 16
|
|
key_length: 16
|
|
|
|
identity:
|
|
default_schema_url: file:///etc/config/kratos/identity.schema.json
|
|
|
|
courier:
|
|
smtp:
|
|
connection_uri: smtps://test:test@mailslurper:1025/?skip_ssl_verify=true
|