This also adds a docker-compose.yml that allows for anyone to run the CI jobs fully containerized.
Since our integration tests are running in a docker network, we need another hostname alias to test certificate mismatches so the openldap server is availabe at cert.mismatch.example.org and ldap.example.org but the later is the only one valid per the generated certificate.
Run our test suite and Rubcop in GitHub Actions.
This also adds a docker-compose.yml that allows for anyone to run the CI jobs fully containerized.
Since our integration tests are running in a docker network, we need another hostname alias to test certificate mismatches so the openldap server is availabe at cert.mismatch.example.org and ldap.example.org but the later is the only one valid per the generated certificate.