Skip to content
This repository was 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

author
Bruno Oliveira da Silva
Dec 7, 2020
c1e1afe · Dec 7, 2020
Jul 8, 2020
Aug 26, 2020
Jun 15, 2020
Aug 16, 2016
May 6, 2020
Jun 15, 2020
May 6, 2020
May 15, 2020
Jun 4, 2020
May 6, 2020
Jul 30, 2018
May 6, 2020
Jun 15, 2020
Dec 10, 2015
Jun 15, 2020
Dec 7, 2020
May 6, 2020
Feb 6, 2019
Oct 2, 2019
Jun 19, 2020
Mar 14, 2019
May 21, 2020
Oct 2, 2019
Jun 30, 2020
May 6, 2020
Jun 22, 2020
Mar 5, 2019
Jun 22, 2020
Jul 1, 2020
Jun 22, 2020
Jun 4, 2020
Feb 6, 2019
Jun 22, 2020
Jun 19, 2020
Jun 22, 2020
Jun 22, 2020
Jun 22, 2020
Jun 22, 2020
May 6, 2020
Feb 6, 2019
Feb 6, 2019
Feb 6, 2019
Feb 6, 2019
Jun 22, 2020
Jul 12, 2018
Jun 19, 2020
Jun 19, 2020
Dec 13, 2019
Dec 13, 2019
Oct 10, 2018
May 6, 2020
May 6, 2020
Mar 20, 2020
Mar 20, 2020
May 19, 2017
Jun 22, 2020
Jul 20, 2018
May 15, 2020
Jun 5, 2020
Apr 23, 2020

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