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
Unexpected error
Other
Start the standalone with static user provider:
cargo run -- standalone start --user-provider=static_user_provider:cmd:greptime_user=greptime_pwd
But the user_provider in gRPC handler is always None, looks like the bug is back again.
user_provider
None
greptimedb/src/servers/src/grpc/greptime_handler.rs
Line 70 in 0a9972a
And our test doesn't cover this case at all.
Ubuntu 22
No response
As described above.
The text was updated successfully, but these errors were encountered:
@shuiyisong Can we close this PR now?
Sorry, something went wrong.
@evenyag Yes. We'll track adding tests in #2579
shuiyisong
No branches or pull requests
What type of bug is this?
Unexpected error
What subsystems are affected?
Other
What happened?
Start the standalone with static user provider:
But the
user_provider
in gRPC handler is alwaysNone
, looks like the bug is back again.greptimedb/src/servers/src/grpc/greptime_handler.rs
Line 70 in 0a9972a
And our test doesn't cover this case at all.
What operating system did you use?
Ubuntu 22
Relevant log output and stack trace
No response
How can we reproduce the bug?
As described above.
The text was updated successfully, but these errors were encountered: