Ability to connect to instance with API Key instead of master key
As title describes, the UI seems only accept master key. I am willing to connect to friend's instance using API key.
Because this UI provide some admin features need master key now like key management. Maybe we can add some additional params in instance config form in the future to control conditional UI routes for common API Key (search/admin).
@hanyuwei70
This issue will be closed due to complexity of implementation.
To control conditional UI routes, the API key should request their own meta data(indexes,actions...) first, then add lots of conditional codes to achieve that.
According to meilisearch official docs, API key which wanna to request their own meta data need to have access to the keys.get actions.
This will increase the mental burden of developers.
That's sad, but is ok for me :)