You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-08 22:46:33 +02:00
Add Keycloak local testing environment (#604)
* Adding one more example - keycloak - alongside with dex IDP. * don't expose keycloak and proxy ports to the host * specify email-domain list option in documentation * get rid of nginx and socat to simplify the example as per https://github.com/oauth2-proxy/oauth2-proxy/pull/604#issuecomment-640054390 * get rid of the scripts - use static file for keycloak startup * changelog entry * Update CHANGELOG.md Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
This commit is contained in:
@ -13,3 +13,11 @@ nginx-up:
|
||||
.PHONY: nginx-%
|
||||
nginx-%:
|
||||
docker-compose -f docker-compose.yaml -f docker-compose-nginx.yaml $*
|
||||
|
||||
.PHONY: keycloak-up
|
||||
keycloak-up:
|
||||
docker-compose -f docker-compose-keycloak.yaml up -d
|
||||
|
||||
.PHONY: keycloak-%
|
||||
keycloak-%:
|
||||
docker-compose -f docker-compose-keycloak.yaml $*
|
||||
|
Reference in New Issue
Block a user