configuration to segregate search and admin api's #417
rgplvr
started this conversation in
Feedback & Feature Proposal
Replies: 2 comments
-
Hi @rgplvr 👋 Can you share more details? Why do you need to control the exposure of apis? Did you think about using a proxy on your side? Thanks a lot for your answer 😇 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @gmourier |
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
Uh oh!
There was an error while loading. Please reload this page.
-
As i understand the Meilisearch use the same port for search and admin operations and it cant be configured. Providing a configuration to segregate this will enable users to control the exposure of apis using standard security group level controls
for eg:
search : http://0.0.0.0:7700
admin apis: http://10.0.0.1:7702
Beta Was this translation helpful? Give feedback.
All reactions