🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Go

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

Permify is an open-source authorization service for creating fine-grained and scalable authorization systems.

Examples

Dependency:
go get -u github.com/theoriginalstove/testcontainers-permify
Usage:
container, err := permifytest.Run(ctx)
if err != nil {
    return err
}