-
Notifications
You must be signed in to change notification settings - Fork 835
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
bad credentials error with get_token function #144
Comments
The pod logs that you posted would suggest there is an authorisation issue. |
@gsunner thanks for the quick response. I ran |
@gsunner - ok, I solved the problem. I removed my minikube installation and downgraded to v0.25.1 based on some research into problems with v0.26 and RBAC. I then ran minikube using K8s V1.9.4 (default K8s version for minikube v0.25.1), and it now works according to the instructions. So, it seems to be related to the most recent versions of Minikube and/or possibly K8s. |
…#144) * update output inputs name to steps, check for cycles, add batch, add left join to APIs * add outer joins * error topic handling * lint * Add state listeners to ensure ready is until rebalancing done
I am unable to run the deep_mnist demo, the oauth request returns
{"timestamp":1524558631450,"status":401,"error":"Unauthorized","message":"Bad credentials","path":"/oauth/token"}
I am trying to run this on :
Method to reproduce:
I cloned the repository 23/04/18 and followed https://github.com/SeldonIO/seldon-core/tree/master/examples/models/deep_mnist without making any changes to the code.
Expected Result:
I can run
python ../../../util/api_tester/api-tester.py contract.json 0.0.0.0 8080 --oauth-key oauth-key --oauth-secret oauth-secret -p
and it will return a prediction responseActual Result:
CLI output is
K8s Logs for the seldon-apiserver-container pod logs contain the following, and this repeats every time I run the api-tester.py request example.
The text was updated successfully, but these errors were encountered: