Permify / permify

An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and scalable authorization systems for any application.
https://docs.permify.co/
Apache License 2.0
4.67k stars 206 forks source link

Provide Permify Testcontainers #1304

Open michelkaeser opened 3 months ago

michelkaeser commented 3 months ago

Is your feature request related to a problem? Please describe. Having a Permify Testcontainers module would allow to easily test systems using Permify.

Describe the solution you'd like Provide official Permify Testcontainers module.

Describe alternatives you've considered None

Additional context https://testcontainers.com/

mdelapenya commented 3 months ago

Hi from the Testcontainers for Go community! 👋

Please let me know if you need any assistance with the creation of the module. We have a module guide, and community examples (aerospike, keycloak, flyway and spicedb).

Please use them as reference or ask us anything you need, we'll be more than happy to assist 🙇

theoriginalstove commented 1 month ago

@michelkaeser if you're using Go, I created a community module that you can use in your tests: https://github.com/theoriginalstove/testcontainers-permify

Also would be more than happy to transfer / help make it an official module for testcontainers.