Permissions for pipelines editing

Hi.
Graylog 3.0.2+1686930.

Trying to create role for pipelines editing with API browser:

{
  "name": "pipelines-editor",
  "description": "Pipelines editing",
  "permissions": [
    "pipeline:read",
    "pipeline:create",
    "pipeline:edit",
    "pipeline:delete",
    "pipeline_connection:read",
    "pipeline_connection:edit",
    "pipeline_rule:read",
    "pipeline_rule:create",
    "pipeline_rule:edit",
    "pipeline_rule:delete"
  ],
  "read_only": false
}

After applying this role to test user and logging in with it’s credentials, I don’t see “Pipelines” in “System” menu.
Tried to apply different permissions to this role, but “Pipelines” does not appear.

1 Like

This issue still exists in version 3.2. After adjusting the permissions it is possible to visit https://graylog.foobar/system/pipelines directly but not via the systems menu.

1 Like

he @mackuz @panifex

one of you might want to create a feature request over at github:

that is our place to collect issues of all kind.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.