Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akrantz01/applier
- Owner: akrantz01
- Created: 2023-02-07T07:55:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T00:40:44.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T12:03:06.347Z (2 months ago)
- Topics: flask, github-webhook, saltstack
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |