FeatureHub EDGE API failing inside of Kubernetes Cluster with HTTP 400 Bad Request when accessing MR Admin website #768
thedanchez
started this conversation in
General
Replies: 1 comment
-
Hi there, can you tell us a bit more? Are you installing using the sample k8s chart we provide in featurehub-installs or your own? The implication from the log you have provided is that Edge is being deployed separately? That specific line of code is triggering when it does not detect any API keys are being passed on a GET request, so a 400 indicates its an invalid request because nothing is being asked for, could you give us an idea of the URL construct you are using? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm trying to self-host FeatureHub in my org's K8s cluster and the EDGE API pod is failing with a HTTP 400 when I attempt to access the FeatureHub Management Repo Admin host/path in my browser.
The stack trace is the following:
The JSON error payload (minus the
stack_trace
field since I posted the value above) is the following:Not sure what is going on here but could use some direction.
Additional Details
Beta Was this translation helpful? Give feedback.
All reactions