oatpp / oatpp-consul

oatpp client for consul
https://oatpp.io/
Apache License 2.0
38 stars 14 forks source link

can't support ACL #12

Open guanzhongcai opened 2 years ago

guanzhongcai commented 2 years ago

can't support to access consul with ACL (access-control-list) like:

curl \
    --header "Authorization: Bearer <consul token>" \
    http://127.0.0.1:8500/v1/agent/members

would you please add this feature ? thanks a lot !