forked from baron/baron-sso
ory-hosting 기본구동
This commit is contained in:
13
docker/ory/keto/keto.yml
Normal file
13
docker/ory/keto/keto.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: v0.11.0
|
||||
dsn: memory
|
||||
serve:
|
||||
read:
|
||||
host: 0.0.0.0
|
||||
port: 4466
|
||||
write:
|
||||
host: 0.0.0.0
|
||||
port: 4467
|
||||
namespaces:
|
||||
location: file:///etc/config/keto/namespaces.yml
|
||||
log:
|
||||
level: debug
|
||||
7
docker/ory/keto/namespaces.yml
Normal file
7
docker/ory/keto/namespaces.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
namespaces:
|
||||
- id: 0
|
||||
name: default
|
||||
- id: 1
|
||||
name: roles
|
||||
- id: 2
|
||||
name: permissions
|
||||
Reference in New Issue
Block a user