algolia / algoliasearch-zendesk

Integrate Algolia within your Zendesk Help Center in minutes.
https://community.algolia.com/zendesk
Other
21 stars 12 forks source link

Create a search API key targetting only these indices #43

Closed Jerska closed 3 years ago

Jerska commented 8 years ago

And display it in the code block. Right now, we're giving the public search API key, which should be good in most cases, but might be an attack vector if used for other indices. (GenerateSecuredAPIKey for instance)

redox commented 8 years ago

I would go for a dedicated API key then @Jerskouille, not a secured api key. So you can include a small description & be sure the user won't remove the underlying API key.

Jerska commented 8 years ago

That's what I meant, I was thinking about the securedApiKey as a type of key that would get compromised if the main search API key leaked.