Skip to content

signadot/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signadot Plugins

Overview

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

  • 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.

Using the examples

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.

Community

To file an issue, please use our community issue tracker.