testcontainers-dex

A testcontainers implementation for Dex SSO

APACHE-2.0 License

Stars
7

Bot releases are hidden (Show)

testcontainers-dex - Release v3.0.1 Latest Release

Published by Kehrlann 10 months ago

Changelog

9ef0379 fix: calling withUser again with the same email updates the user
15400b9 fix: calling withClient again with the same clientId updates the client
221cb96 docs: update sample-spring README
755cd7e build: next development version 3.0.1-SNAPSHOT
e942c29 docs: samples use 3.0.0

testcontainers-dex - Release v3.0.0

Published by Kehrlann 10 months ago

Changelog

2d9a7e3 docs: clean up javadoc
afce257 build: exclude gRPC/protobuf sources from javadoc
75f4c4b feat: register users after container has started, remove users
07cf0a1 ci: rename static containers
4755df5 ci: speed up tests by creating static containers
abc491f build: next development version 3.0.0-SNAPSHOT
68fcb99 feat: register clients after container has started
c62b361 docs(sample): inline dex config, requires docker compose >= 2.23
ed84d3e docs(samples): move docker-compose.yaml to src/main/resources
0c36a0b build: add gradle wrapper
249ac10 build: next development version 2.1.0-SNAPSHOT
78dfdaa docs: update README and samples to use v2.0.0

testcontainers-dex - Release v2.0.0

Published by Kehrlann 11 months ago

🚧 Breaking changes

  • Replace default constructor with DexContainer(DockerImageName), as per Testcontainers best practices (553a4a9)

⭐️ New features

  • Expose DexContainer#configuration() for extensibility (c6cc99b)

🐞 Bug fixes and improvements

  • fix: improve error message when getting the issuer uri too early (d7635de)

Full Changelog: https://github.com/Kehrlann/testcontainers-dex/compare/v1.0.0...v2.0.0

testcontainers-dex - Release v1.0.0

Published by Kehrlann 11 months ago

⭐️ Initial release

  • Introduce the wf.garnier:testcontainer-dex artifact, which exposes a DexContainer.
  • Add basic documentation in README
  • Add samples in sample-spring
Related Projects