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
Caching of meta user does not seem to work. Even when a user should be cached, the auth service will still get the user from the meta API.
The following lines of test code should work without an gock request for Alice, but fail because the meta API caching is not working:
kapacitor/integrations/metaauth_test.go
Lines 182 to 187 in 3407c75
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Caching of meta user does not seem to work. Even when a user should be cached, the auth service will still get the user from the meta API.
The following lines of test code should work without an gock request for Alice, but fail because the meta API caching is not working:
kapacitor/integrations/metaauth_test.go
Lines 182 to 187 in 3407c75
The text was updated successfully, but these errors were encountered: