-
build docker image
docker build -it kong:test-1
-
deploy docker stack
docker stack deploy -c docker-internal.yml sample-stack
-
open localhost:1337 (konga)
create admin user
-
connect to kong
kong admin url: http://kong:8001
-
create service
name: sample-service
-
create route
name sample-route
paths: /sample
strip_path: true
-
test routing
if sample api is: http://192.168.1.26:8080/dictionaries
make request to: http://192.168.1.26:8000/sample/dictionaries
-
activate jwt-keycloak plugin to test security
(remember to use local address of machine not localhost in docker swarm (eg. 192.168.1.26))
-
Notifications
You must be signed in to change notification settings - Fork 0
Crovitz/kong-keycloak
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published