added taas profile
This commit is contained in:
parent
58d53f2647
commit
aa619e9012
30
src/main/resources/application-taas.yaml
Normal file
30
src/main/resources/application-taas.yaml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
fforesight:
|
||||||
|
tenant-user-management:
|
||||||
|
application-client-id: 'taas'
|
||||||
|
application-name: 'TaaS'
|
||||||
|
client-id: 'manager'
|
||||||
|
tenant-access-token-life-span: 3000
|
||||||
|
realm: master
|
||||||
|
default-theme: 'scm'
|
||||||
|
valid-redirect-uris: [ '/taas-search/*','/tenant-user-management/*','http://localhost:4200/*','/ui/*' ,'/auth/*','/taas-persistence' ]
|
||||||
|
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-deployment-info'
|
||||||
|
- 'fforesight-read-smtp-configuration'
|
||||||
|
- 'fforesight-write-smtp-configuration'
|
||||||
|
springdoc:
|
||||||
|
default-tenant: 'taas'
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user