Software / code / prosody-modules
Comparison
mod_pubsub_github/README.markdown @ 3515:f756e051fa02
mod_pubsub_github: Require a secret to be set (BC)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 31 Mar 2019 18:04:11 +0200 |
| parent | 3514:8811b7dbe6e2 |
| child | 3517:ea1edd7cfb01 |
comparison
equal
deleted
inserted
replaced
| 3514:8811b7dbe6e2 | 3515:f756e051fa02 |
|---|---|
| 23 The module also takes the following config options: | 23 The module also takes the following config options: |
| 24 | 24 |
| 25 Name Default Description | 25 Name Default Description |
| 26 ----------------------- ------------------- ------------------------------------------------------------ | 26 ----------------------- ------------------- ------------------------------------------------------------ |
| 27 `github_node` `"github"`{.lua} The pubsub node to publish commits on. | 27 `github_node` `"github"`{.lua} The pubsub node to publish commits on. |
| 28 `github_secret` *not set* Shared secret used to sign HTTP requests. | 28 `github_secret` **Required** Shared secret used to sign HTTP requests. |
| 29 `github_actor` *superuser* Which actor to do the publish as (used for access control) | 29 `github_actor` *superuser* Which actor to do the publish as (used for access control) |
| 30 | 30 |
| 31 The URL for Github to post to would be either: | 31 The URL for Github to post to would be either: |
| 32 | 32 |
| 33 - http://pubsub.example.com:5280/pubsub\_github | 33 - http://pubsub.example.com:5280/pubsub\_github |