-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Description
v0.30 allows users to create an API key using a wildcard when specifying which indexes should accept the key:
"indexes": ["products_*"] // matches products_A, products_B, etc
In need of clarification
If:
- I have two indexes named
products_Aandproducts_B - create a key name
key_for_productsusing a wildcard indexproducts_* - then create a new index
products_C
Will key_for_products be able to access the new index? Or will the wildcard only match indexes that exist during key creation?
Does products* include an index named products?
Tasks
- Update keys API reference
- Update API keys guide
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels