https://github.com/brean/grpc-oauth2-docker
Simple example project to run gRPC behind OAuth2 using keycloak in docker container
https://github.com/brean/grpc-oauth2-docker
Last synced: 7 months ago
JSON representation
Simple example project to run gRPC behind OAuth2 using keycloak in docker container
- Host: GitHub
- URL: https://github.com/brean/grpc-oauth2-docker
- Owner: brean
- License: bsd-3-clause
- Created: 2023-03-30T07:57:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T10:41:31.000Z (over 2 years ago)
- Last Synced: 2025-01-10T21:48:07.059Z (9 months ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpc-oauth2-docker
Simple example project to run [gRPC](https://grpc.io/) behind OAuth2 using [keycloak](https://www.keycloak.org/) in docker container using [Svelte](https://svelte.dev/) with [Material UI](https://sveltematerialui.com/)## Build and start
1. add `127.0.0.1 keycloak.localtest.me oauth2-proxy.localtest.me` to your hosts file
1. run `docker-compose up`
1. keycloak might need very long to start (~3 minutes), be patient!
1. visit [http://localhost:4000](http://localhost:4000) in your browser.## Contributions
Based on https://github.com/oauth2-proxy/