Skip to content

rgl/wso2is-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a WSO2IS (WSO2 Identity Server) playground.

This is somewhat related to https://github.com/rgl/terraform-keycloak.

Usage

Install docker compose.

Add the following entries to your machine hosts file:

127.0.0.1 wso2is.test
127.0.0.1 mail.test
127.0.0.1 example-go-confidential.test

Start the environment:

./create.sh

When anything goes wrong, you can try to troubleshoot at:

Destroy everything:

./destroy.sh

References