-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
Discussed in #973
Originally posted by gramian March 24, 2023
Dear Developers,
I would like to propose to add a readonly
group as predefined group to the config/server-groups.json
(see: package/src/main/config/server-groups.json
):
"readonly": {
"access": [],
"resultSetLimit": -1,
"readTimeout": -1,
"types": {
"*": {
"access": [
"readRecord"
]
}
}
},
This would allow to create "safe" readonly users on-the-fly via the setting server.defaultDatabases
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request