You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use the Java SDK client with Unleash Proxy?
Trying to configure it using Unleash API URL with the proxy endpoint (eg http://localhost:3000/proxy), it seams to request the features appending /client/features to the URL, but the proxy is serving them at /proxy.
Background
We want to use Unleash Proxy with our microservices, as many of them and many copies of the same microservice share the same feature flags, it could be useful to aggregate and cache the retrieval with the proxy.
Solution suggestions
No response
The text was updated successfully, but these errors were encountered:
I found that Unleash Proxy also responds to /proxy/client/features, but this path is protected by another token configurable via the EXP_SERVER_SIDE_SDK_CONFIG_TOKENS environment variable. Setting the token I am using from the Java SDK client there, I was able to successfully use it with the proxy.
Describe the feature request
Is it possible to use the Java SDK client with Unleash Proxy?
Trying to configure it using Unleash API URL with the proxy endpoint (eg http://localhost:3000/proxy), it seams to request the features appending
/client/features
to the URL, but the proxy is serving them at/proxy
.Background
We want to use Unleash Proxy with our microservices, as many of them and many copies of the same microservice share the same feature flags, it could be useful to aggregate and cache the retrieval with the proxy.
Solution suggestions
No response
The text was updated successfully, but these errors were encountered: