Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akrantz01/applier

Automatically apply SaltStack highstate on GitHub webhooks
https://github.com/akrantz01/applier

flask github-webhook saltstack

Last synced: 17 days ago
JSON representation

Automatically apply SaltStack highstate on GitHub webhooks

Awesome Lists containing this project

README

        

# applier

Automatically apply SaltStack highstate on GitHub webhooks.

### Configuration

The following environment variables can be configured:

| Environment Variable | Default | Description |
|----------------------------|----------------|----------------------------------------------------------------|
| DEFAULT_BRANCH | main | The branch to perform updates on, typically the default branch |
| REDIS_HOST | 127.0.0.1 | The hostname/IP address of the Redis instance |
| REDIS_PORT | 6379 | The port the Redis instance is running on |
| SECRET_TTL | 900 | How many seconds to cache secrets for |
| WEBHOOK_SECRET_SDB_KEY | github-webhook | The SDB secret path to read from |
| WEBHOOK_SECRET_SDB_BACKEND | secrets | The SDB secret backend to use |