You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm wondering why an Admin API Key is required while the Write API Key is enough to create and update an index. At least we should be able to use a Write API Key if enough for our specific use case.
This requires to lower the access rights required in Algolia_Send_Products::can_connect_to_algolia()
Instead of using self::$algolia->listApiKeys();
we could use self::$algolia->listIndices();
Thank your for your comments.
The text was updated successfully, but these errors were encountered:
Hello, I'm wondering why an Admin API Key is required while the Write API Key is enough to create and update an index. At least we should be able to use a Write API Key if enough for our specific use case.
This requires to lower the access rights required in Algolia_Send_Products::can_connect_to_algolia() Instead of using self::$algolia->listApiKeys(); we could use self::$algolia->listIndices();
Thank your for your comments.
Hi,
You might be right.
I haven't done any active work on this plugin for a few years, but I will take a look when I have time.
Hello,
I'm wondering why an Admin API Key is required while the Write API Key is enough to create and update an index. At least we should be able to use a Write API Key if enough for our specific use case.
This requires to lower the access rights required in Algolia_Send_Products::can_connect_to_algolia()
Instead of using
self::$algolia->listApiKeys();
we could use
self::$algolia->listIndices();
Thank your for your comments.
The text was updated successfully, but these errors were encountered: