Skip to content
Snippets Groups Projects
Commit 00629a68 authored by Rohith's avatar Rohith
Browse files

- adding the changes

parent 09d46e77
Branches
Tags v1.0.0-rc3
No related merge requests found
......@@ -35,7 +35,7 @@ docker-build:
${SUDO} docker run --rm -v ${ROOT_DIR}:/go/src/github.com/gambol99/keycloak-proxy \
-w /go/src/github.com/gambol99/keycloak-proxy -e GOOS=linux golang:${GOVERSION} make static
docker: static
docker:
@echo "--> Building the docker image"
${SUDO} docker build -t ${REGISTRY}/${AUTHOR}/${NAME}:${VERSION} .
......
......@@ -14,11 +14,10 @@
----
Keycloak-proxy is a proxy service which at the risk of stating the obvious integrates with the [Keycloak](https://github.com/keycloak/keycloak) authentication service. Although technically the service has no dependency on Keycloak itself and would quite happily work with any OpenID provider. The configuration and feature set is based on the actual java version of the [proxy](https://docs.jboss.org/keycloak/docs/1.1.0.Beta2/userguide/html/proxy.html). The service supports both access tokens in browser cookie or bearer tokens.
Keycloak-proxy is a proxy service which at the risk of stating the obvious integrates with the [Keycloak](https://github.com/keycloak/keycloak) authentication service. Although technically the service has no dependency on Keycloak itself and would quite happily work with any OpenID provider. The service supports both access tokens in browser cookie or bearer tokens.
```shell
[jest@starfury keycloak-proxy]$ bin/keycloak-proxy help
[jest@starfury keycloak-proxy]$ bin/keycloak-proxy --help
NAME:
keycloak-proxy - is a proxy using the keycloak service for auth and authorization
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment