Skip to content

josedev-union/louketo-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A OpenID / Proxy service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.4%
  • Makefile 1.5%
  • Other 1.1%