Skip to content

Commit dbbb8a4

Browse files
committed
pre-create admin auth
1 parent cb85e74 commit dbbb8a4

File tree

2 files changed

+117
-1
lines changed

2 files changed

+117
-1
lines changed

Diff for: .idea/dataSources.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
about:
2+
date: June 20, 2024 16:59:24
3+
recent_changes: works with modified safrs-react-admin
4+
version: 0.0.0
5+
api_root: '{http_type}://{swagger_host}:{port}/{api}'
6+
authentication: '{system-default}'
7+
info:
8+
number_relationships: 3
9+
number_tables: 4
10+
resources:
11+
authentication-Api:
12+
attributes:
13+
- label: ' name*'
14+
name: name
15+
search: true
16+
sort: true
17+
- name: owner_id
18+
- name: connection_string
19+
- name: id
20+
tab_groups:
21+
- direction: toone
22+
fks:
23+
- owner_id
24+
name: owner
25+
resource: authentication-User
26+
type: authentication-Api
27+
user_key: name
28+
authentication-Role:
29+
attributes:
30+
- label: ' name*'
31+
name: name
32+
required: true
33+
search: true
34+
sort: true
35+
tab_groups:
36+
- direction: tomany
37+
fks:
38+
- role_name
39+
name: UserRoleList
40+
resource: authentication-UserRole
41+
type: authentication-Role
42+
user_key: name
43+
authentication-User:
44+
attributes:
45+
- label: ' name*'
46+
name: name
47+
search: true
48+
sort: true
49+
- name: username
50+
- name: password_hash
51+
- name: region
52+
- name: client_id
53+
- name: id
54+
required: true
55+
tab_groups:
56+
- direction: tomany
57+
fks:
58+
- owner_id
59+
name: ApiList
60+
resource: authentication-Api
61+
- direction: tomany
62+
fks:
63+
- user_id
64+
name: UserRoleList
65+
resource: authentication-UserRole
66+
type: authentication-User
67+
user_key: name
68+
authentication-UserRole:
69+
attributes:
70+
- label: ' role_name*'
71+
name: role_name
72+
required: true
73+
search: true
74+
sort: true
75+
- name: role_name
76+
required: true
77+
- name: user_id
78+
required: true
79+
- name: notes
80+
tab_groups:
81+
- direction: toone
82+
fks:
83+
- role_name
84+
name: Role
85+
resource: authentication-Role
86+
- direction: toone
87+
fks:
88+
- user_id
89+
name: user
90+
resource: authentication-User
91+
type: authentication-UserRole
92+
user_key: role_name
93+
settings:
94+
HomeJS: http://localhost:5656/admin-app/home.js
95+
max_list_columns: 8
96+
style_guide:
97+
currency_symbol: $
98+
currency_symbol_position: left
99+
date_format: LL
100+
decimal_max: '10000000'
101+
decimal_min: '0'
102+
decimal_separator: .
103+
detail_mode: tab
104+
edit_on_mode: dblclick
105+
include_translation: 'false'
106+
keycloak_client_id: alsclient
107+
keycloak_realm: kcals
108+
keycloak_url: http://localhost:8080
109+
max_decimal_digits: '4'
110+
min_decimal_digits: '2'
111+
new_mode: dialog
112+
pick_style: list
113+
row_height: small,
114+
style: light
115+
thousand_separator: ','
116+
use_keycloak: 'false'

0 commit comments

Comments
 (0)