This repository contains a set of example plugins for use with Signadot. You can take this as a base for developing your own Signadot Plugins. For more information, please refer our documentation at sandbox-resources
k8s-apply
: A plugin to provision Kubernetes resources.mariadb
: A plugin that provisions a temporary mariadb server.terraform
: A plugin that demonstrate how to use terraform to provision resources.postgres-vault
: A plugin integrated with hashicorp vault that provisions a temporary postgres database.amazon-sqs
: A plugin that provisions temporary queues in Amazon SQS.example-python
: An example plugin that runs arbitrary Python code during the creation and deletion of a sandbox.
Each plugin contains usage documentation in a README.md. You will need to have an active Signadot installation.
The directory example-baseline
contains a sample deployment
that can be used to spin up sandboxes for each example. Each example contains
a example-sandbox.yaml
file that forks the example baseline.
To file an issue, please use our community issue tracker.