keycloak-scim/testsuite/integration-arquillian/tests/other/mod_auth_mellon
Jon Koops 972ebb9650
Use a valid SemVer format for the SNAPSHOT version (#17334)
* Use a valid SemVer format for the SNAPSHOT version

* Update pom.xml

* Update pom.xml

---------

Co-authored-by: Stian Thorgersen <stianst@gmail.com>
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2023-03-03 11:11:44 +01:00
..
docker Add tests for mod_auth_mellon 2016-02-19 11:53:19 +01:00
docker2 Add tests for mod_auth_mellon 2016-02-19 11:53:19 +01:00
src KEYCLOAK-14515 ModAuthMellonTest fails 2021-06-02 18:01:08 +02:00
pom.xml Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +01:00
README.md Add tests for mod_auth_mellon 2016-02-19 11:53:19 +01:00

Mod_auth_mellon test

Docker images

Each docker image contains apache + mod_auth_mellon and two html files unprotected (/) and protected (/auth).

Build docker images

docker build -t apache-mellon docker/ docker build -t apache-mellon2 docker2/

Run docker image

docker run -d -p 8380:80 apache-mellon docker run -d -p 8480:80 apache-mellon2

Run tests

mvn clean install [-Dapache.mod_auth_mellon.url=http://localhost:8380 -Dapache.mod_auth_mellon2.url=http://localhost:8480]