-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
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
etcdv3 how to send an authdisable request through api #7293
Comments
I do not understand this question. Can you please be more specific? |
etcdv3: Can you please provide more details about how to pass token in header during an authdisable request? |
What header? Are you trying to use HTTP API instead of gRPC? |
Yes, HTTP API.Where should i place token?In header? |
@mitake I do not think HTTP gateway works well for v3 auth, right? |
@xiang90 people have asked about it in the past, we should probably doc how to use auth with the grpc gateway since it's not obvious at all (fiddling with http headers to populate the metadata?) |
@heyitsanthony I am not sure if it can even work... I will give it a try over this week though. |
@xiang90 @heyitsanthony @xjjy1083 currently proxies cannot work with auth, it is a swagger matter: #6643 (comment) It seems that some people need the feature. After finishing the jwt support, I would be able to allocate a time for it if no one works on it at the time. But if someone can find a way of configuring metadata in swagger, it will be very helpful. |
I just encounter the same problem. |
@brkyn Could you use |
this is a dup with #6643 Let's track the issue there. Closing. |
Bug reporting
A good bug report has some very specific qualities, so please read over our short document on
reporting bugs before you submit your bug report.
To ask a question, go ahead and ignore this.
The text was updated successfully, but these errors were encountered: