Access Admin api from Kong Manager #194
Replies: 1 comment
-
Well it looks like I just needed to update those values to the following:
Thank you anyways! |
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
-
``Hello,
I'm testing running Kong locally. So far, I've successfully installed using this helm chart:
https://artifacthub.io/packages/helm/kong/kong/1.14.2
The admin api is working as expected, I'm able to test it with Postman with no issues. However the Manager is giving me CORS issues when targeting the admin api endpoint to gather workspaces.
Request URL: http://127.0.0.1:8001/workspaces?size=1000&counter=true
Referrer Policy: strict-origin-when-cross-origin
I've been following the documentation and looking online for some help with no luck. I have the following env variables set up in my values.yaml file:
I read a few suggestions to give
admin_gui_url
a "*" value to avoid CORS issues. I've tried that as well with no luck.Any help will be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions