92 lines
3.0 KiB
YAML
92 lines
3.0 KiB
YAML
server:
|
|
port: 8091
|
|
|
|
|
|
fforesight:
|
|
tenant-user-management:
|
|
server-url: http://localhost:8080
|
|
client-secret: p2InUtjQUDSlwsXyEUFuYrSWi1BeZD1P
|
|
client-id: manager
|
|
realm: master
|
|
kc-role-mapping:
|
|
roles:
|
|
- name: SUPER_USER
|
|
set-by-default: true
|
|
rank: 100
|
|
permissions:
|
|
- 'fforesight-read-general-configuration'
|
|
- 'fforesight-write-general-configuration'
|
|
- 'fforesight-manage-user-preferences'
|
|
- 'fforesight-read-users'
|
|
- 'fforesight-read-all-users'
|
|
- 'fforesight-write-users'
|
|
- 'fforesight-update-my-profile'
|
|
- 'fforesight-create-tenant'
|
|
- 'fforesight-get-tenants'
|
|
- 'fforesight-delete-tenant'
|
|
- 'fforesight-update-tenant'
|
|
- 'fforesight-deployment-info'
|
|
- 'fforesight-read-smtp-configuration'
|
|
- 'fforesight-write-smtp-configuration'
|
|
- 'fforesight-read-identity-provider-config'
|
|
- 'fforesight-write-identity-provider-config'
|
|
- name: KNECON_ADMIN
|
|
set-by-default: true
|
|
rank: 1000
|
|
permissions:
|
|
- 'fforesight-read-general-configuration'
|
|
- 'fforesight-write-general-configuration'
|
|
- 'fforesight-manage-user-preferences'
|
|
- 'fforesight-read-users'
|
|
- 'fforesight-read-all-users'
|
|
- 'fforesight-write-users'
|
|
- 'fforesight-update-my-profile'
|
|
- 'fforesight-create-tenant'
|
|
- 'fforesight-get-tenants'
|
|
- 'fforesight-update-tenant'
|
|
- 'fforesight-deployment-info'
|
|
- 'fforesight-read-smtp-configuration'
|
|
- 'fforesight-write-smtp-configuration'
|
|
- 'fforesight-read-identity-provider-config'
|
|
- 'fforesight-write-identity-provider-config'
|
|
- name: KNECON_SUPPORT
|
|
set-by-default: true
|
|
rank: 1000
|
|
permissions:
|
|
- 'fforesight-read-general-configuration'
|
|
- 'fforesight-write-general-configuration'
|
|
- 'fforesight-manage-user-preferences'
|
|
- 'fforesight-read-users'
|
|
- 'fforesight-read-all-users'
|
|
- 'fforesight-write-users'
|
|
- 'fforesight-update-my-profile'
|
|
- 'fforesight-create-tenant'
|
|
- 'fforesight-get-tenants'
|
|
- 'fforesight-update-tenant'
|
|
- 'fforesight-deployment-info'
|
|
- 'fforesight-read-smtp-configuration'
|
|
- 'fforesight-write-smtp-configuration'
|
|
- 'fforesight-read-identity-provider-config'
|
|
- 'fforesight-write-identity-provider-config'
|
|
application-name: "redaction"
|
|
springdoc:
|
|
auth-server-url: http://localhost:8080
|
|
|
|
dev.tenant.storage:
|
|
mode: 'S3'
|
|
s3:
|
|
key: minioadmin
|
|
secret: minioadmin
|
|
bucket: redaction
|
|
endpoint: http://localhost:9000
|
|
|
|
dev.tenant.db:
|
|
port: 5432
|
|
host: localhost
|
|
database: master
|
|
schema: public
|
|
username: fforesight
|
|
password: fforesight
|
|
|
|
cors.enabled: true
|