What's the recommended way of avoiding to expose the searchKey in the front-end react code?
I was thinking to build a service to return the searchKey but I think using the same searchKey for all end users is not ideal. I came across the signed keys but they don't seem to be natively supported by the native connector in GitHub - elastic/search-ui: Search UI. Libraries for the fast development of modern, engaging search experiences.
Is it possible to use signed keys without building a custom connector?