Skip to content

Predefined readonly Group #985

@gramian

Description

@gramian

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 request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions