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.39.1')
-
Image versions on dockerhub
-
-
embedded.spicedb.presharedKey
(default is 'somerandomkeyhere')
-
embedded.toxiproxy.proxies.spicedb.enabled
Enables both creation of the container with ToxiProxy TCP proxy and a proxy to theembedded-spicedb
container.