This is a WSO2IS (WSO2 Identity Server) playground.
This is somewhat related to https://github.com/rgl/terraform-keycloak.
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:
docker compose logs --follow
- https://wso2is.test:9443/console/ (WSO2IS Console; login as
admin
:admin
) - https://wso2is.test:9443/carbon/ (WSO2IS Carbon Management Console; login as
admin
:admin
) - https://wso2is.test:9443/myaccount/ (WSO2IS My Account; login as
admin
:admin
) - http://mail.test:8025 (MailHog (email server))
Destroy everything:
./destroy.sh