-
Notifications
You must be signed in to change notification settings - Fork 52
Add authentication with Keycloak for scraping #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add authentication with Keycloak for scraping #73
Conversation
db1fb13
to
0ffeae8
Compare
Hello @spahrson! |
Hi @curquiza. Keycloak is a open source identity and access management solution. It can act as an OAuth 2.0 and OpenID connect compliant authorization server and there is a proxy called Gatekeeper to protect non-oauth compliant applications. We use Keycloak as Single-Sign-on solution. We use antora for documentation and meilisearch to search our documentation. Our antora instances are protected by Keycloak. So we need the ability to scrape antora for meilisearch using an OAuth 2.0 Bearer-Token. This PR fullfills this requirement for Keycloak. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Clémentine Urquizar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome @spahrson! Thanks for your reactivity!!
bors merge |
Build succeeded: |
This PR add the ability to authenticate by Keycloak.