From 00629a68156734bb5977d682bf5fe979cd648981 Mon Sep 17 00:00:00 2001 From: Rohith <gambol99@gmail.com> Date: Tue, 23 Feb 2016 17:16:10 +0000 Subject: [PATCH] - adding the changes --- Makefile | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3b03145..8230858 100644 --- a/Makefile +++ b/Makefile @@ -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} . diff --git a/README.md b/README.md index 71d8fb0..7d55131 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab