Skip to content

Testing connectivity with Unleash Edge #5985

Closed Answered by sighphyre
fdebuire asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @fdebuire,

Unleash Edge only exposes a read replica of the endpoints necessary for SDKs to work. That means that this endpoint: https://eu.app.unleash-hosted.com/REDACTED/api/admin/projects isn't available using Edge, you need to go through the Unleash API directly if you're looking for information about projects.

Because Edge only exposes the SDK endpoints, it only accepts Client Tokens and Frontend Tokens. The service account token you're using here only allows access to the admin endpoints.

Edge is likely working fine with your Java SDK (which must be using a Client Token) because its smart enough to reuse the token that the Java SDK sends it, in order to authenticate to Unleash it…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fdebuire
Comment options

@sighphyre
Comment options

Answer selected by fdebuire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants