pom.xml
<dependency>
<groupId>com.playtika.testcontainers</groupId>
<artifactId>embedded-spicedb</artifactId>
<scope>test</scope>
</dependency>-
embedded.spicedb.enabled(true|false, default is true) -
embedded.spicedb.dockerImage(default is 'authzed/spicedb:v1.47.1')-
Image versions on dockerhub
-
-
embedded.spicedb.presharedKey(default is 'somerandomkeyhere') -
embedded.toxiproxy.proxies.spicedb.enabledEnables both creation of the container with ToxiProxy TCP proxy and a proxy to theembedded-spicedbcontainer.