Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

louketo/louketo-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOL notice

Louketo Proxy reached end of line in November 21, 2020. This means that we no longer support, or update it. The details are available here.

Louketo Proxy

This repository is a work in progress and contains the source code for the Louketo Proxy. You should be able to see what's being planned at our milestones page.

Help and Documentation

Reporting Security Vulnerabilities

If you've found a security vulnerability, please report send an e-mail to louketo-security@googlegroups.com

Reporting an issue

If you believe you have discovered a defect in Louketo Proxy please open an issue in our Issue Tracker. Please remember to provide a good summary, description as well as steps to reproduce the issue.

Getting started

To run Louketo Proxy, please refer to our building and working with the code base guide. Alternatively, you can use the Docker image by running:

docker run -it --rm quay.io/louketo/louketo-proxy \
  --listen 127.0.0.1:8080 \
  --upstream-url http://127.0.0.1:80 \
  --discovery-url https://keycloak.example.com/auth/realms/<REALM_NAME> \
  --client-id <CLIENT_ID>

For more details refer to the Documentation.

Writing Tests

To write tests refer to the writing tests guide.

Contributing

Before contributing to Louketo Proxy please read our contributing guidelines.

Other Keycloak Projects

License