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

- adding the changes

parent 09d46e77
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ docker-build: ...@@ -35,7 +35,7 @@ docker-build:
${SUDO} docker run --rm -v ${ROOT_DIR}:/go/src/github.com/gambol99/keycloak-proxy \ ${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 -w /go/src/github.com/gambol99/keycloak-proxy -e GOOS=linux golang:${GOVERSION} make static
docker: static docker:
@echo "--> Building the docker image" @echo "--> Building the docker image"
${SUDO} docker build -t ${REGISTRY}/${AUTHOR}/${NAME}:${VERSION} . ${SUDO} docker build -t ${REGISTRY}/${AUTHOR}/${NAME}:${VERSION} .
......
...@@ -14,11 +14,10 @@ ...@@ -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 ```shell
[jest@starfury keycloak-proxy]$ bin/keycloak-proxy help [jest@starfury keycloak-proxy]$ bin/keycloak-proxy help
[jest@starfury keycloak-proxy]$ bin/keycloak-proxy --help
NAME: NAME:
keycloak-proxy - is a proxy using the keycloak service for auth and authorization 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