We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please check the FAQ documentation before raising an issue
Please check the FAQ documentation and old issues before raising an issue in case someone has asked the same question that you are asking.
Describe the bug (must be provided)
➜ nebula-console git:(master) ./nebula-console -u test -p test --address 127.0.0.1 --port 9669 2021/09/01 16:37:27 [INFO] connection pool is initialized successfully Welcome to Nebula Graph! (test@nebula) [(none)]> show roles in nba +---------+-----------+ | Account | Role Type | +---------+-----------+ | "admin" | "ADMIN" | +---------+-----------+ Got 1 rows (time spent 2198/2763 us) Wed, 01 Sep 2021 16:37:33 CST (test@nebula) [(none)]>
The test user has no role in space nba, but could show roles of nba.
test
nba
Your Environments (must be provided)
uname -a
g++ --version
clang++ --version
lscpu
a3ffc7d8
How To Reproduce(must be provided)
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Provide logs and configs, or any other context to trace the problem.
The text was updated successfully, but these errors were encountered:
It's produced when don't enable permission check.
Sorry, something went wrong.
Shylock-Hg
Successfully merging a pull request may close this issue.
Please check the FAQ documentation before raising an issue
Please check the FAQ documentation and old issues before raising an issue in case someone has asked the same question that you are asking.
Describe the bug (must be provided)
The
test
user has no role in spacenba
, but could show roles of nba.Your Environments (must be provided)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(must be provided)
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Provide logs and configs, or any other context to trace the problem.
The text was updated successfully, but these errors were encountered: