greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

fix: add back AuthBackend which is required by custom auth backend

Open sunng87 opened this issue 7 months ago • 2 comments

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link (optional)

#4359

What's changed and what's your intention?

AuthBackend error is designed to represent errors from authentication data source. It's deleted in #4359 . This patch brings it back and updated its message

Checklist

  • [ ] I have written the necessary rustdoc comments.
  • [ ] I have added the necessary unit tests and integration tests.
  • [ ] This PR requires documentation updates.

sunng87 avatar Jul 22 '24 10:07 sunng87