Skip to content

Consider lowering the access rights required in Algolia_Send_Products::can_connect_to_algolia() #227

@w3bdesign

Description

@w3bdesign

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();

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions