MeiliSearch/meilisearch-http/tests
bors[bot] 755b1a59a2
Merge #2584
2584: Format API keys in hexa instead of base64 r=curquiza a=ManyTheFish

This PR:
- Changes API key generation and formatting to ease the generation of the key made by our users
- updates the `uuid` crate version

The API key can now be generated in bash as below:
```sh
echo -n $HYPHENATED_UUID | openssl dgst -sha256 -hmac $MASTER_KEY
```

fixes the issue raised in [product/discussion#421](https://github.com/meilisearch/product/discussions/421#discussioncomment-3079410), this should not impact anything in documentation nor integration but ease the key generation on the user sides.

poke `@gmourier` 

Co-authored-by: ManyTheFish <many@meilisearch.com>
2022-07-06 12:49:04 +00:00
..
assets test dump v5 2022-06-09 18:35:17 +02:00
auth Format API keys in hexa instead of base64 2022-07-05 16:14:18 +02:00
common Make clippy happy 2022-07-05 17:48:44 +02:00
dashboard Add tests for mini-dashboard status and assets 2021-10-27 17:57:25 +05:30
documents Add a new meilisearch_types crate 2022-06-09 16:14:13 +02:00
dumps Make the changes necessary to use milli 0.31.1 2022-06-23 10:47:49 +02:00
index Add a new meilisearch_types crate 2022-06-09 16:14:13 +02:00
search add more tests on the formatted route 2022-06-28 13:17:55 +02:00
settings Make the changes necessary to use milli 0.31.1 2022-06-23 10:47:49 +02:00
snapshot feat(http): paginate the index resource 2022-05-31 18:11:45 +02:00
stats Rename the uid to taskUid in asynchronous response 2022-05-31 11:33:20 +02:00
tasks Fix a test that was depending on the speed of the CPU 2022-06-02 10:21:19 +02:00
content_type.rs Fix the authorization tests 2022-06-02 12:16:46 +02:00
integration.rs chore(dump): add tests 2022-05-24 14:21:56 +02:00