Skip to content

[pipe load] user hava pipe'permission,but can't use database #34294

Closed
@huoyue-git

Description

Steps to reproduce the behavior (Required)

create user and grant

create database pipe_load_db;
create user user_pipe_load identified by '123456';
grant all on ALL PIPES in all DATABASES to user_pipe_load;

use new user connect SR

use pipe_load_db

image

image

Expected behavior (Required)

use database successfully

Real behavior (Required)

use database failed

StarRocks version (Required)

  • You can get the StarRocks version by executing SQL select current_version()
    mysql> select current_version();
    +--------------------+
    | current_version() |
    +--------------------+
    | branch-3.2-02293a6 |
    +--------------------+
    1 row in set (0.00 sec)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

type/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions