Skip to content

Commit a0839d0

Browse files
spahrsoncurquiza
andauthored
Apply suggestions from code review
Co-authored-by: Clémentine Urquizar <[email protected]>
1 parent 2d4e596 commit a0839d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ This scraper is used in production and runs on the [MeiliSearch documentation](h
5050
- [`min_indexed_level` (optional)](#min_indexed_level-optional)
5151
- [`only_content_level` (optional)](#only_content_level-optional)
5252
- [Authentication](#authentication)
53-
- [Keycloak Access: Identity and Access Management](#keycloak-access-identity-and-access-management)
5453
- [Installing Chrome Headless](#installing-chrome-headless)
5554
- [🤖 Compatibility with MeiliSearch](#-compatibility-with-meilisearch)
5655
- [⚙️ Development Workflow and Contributing](#️-development-workflow-and-contributing)
@@ -483,9 +482,9 @@ In case of Google Cloud Identity-Aware Proxy, please specify these env variables
483482

484483
#### Keycloak Access: Identity and Access Management
485484

486-
If you need to scrape site protected by Keycloak (Gatekeeper), you have to provide a valid Access Token.
485+
If you need to scrape site protected by [Keycloak](https://github.com/keycloak/keycloak) (Gatekeeper), you have to provide a valid access token.
487486

488-
If you set the env variables `KC_URL`, `KC_REALM`, `KC_CLIENT_ID` and `KC_CLIENT_SECRET` the scraper authenticates himself against Keycloak using _Client Credentials Grant_ and adds the resulting Access Token as `Authorization` HTTP header to each scraping request.
487+
If you set the environment variables `KC_URL`, `KC_REALM`, `KC_CLIENT_ID`, and `KC_CLIENT_SECRET` the scraper authenticates itself against Keycloak using _Client Credentials Grant_ and adds the resulting access token as `Authorization` HTTP header to each scraping request.
489488

490489
### Installing Chrome Headless
491490

0 commit comments

Comments
 (0)