-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add more information to documentation #51
Comments
Also I'm trying to figure out why am I receiving 404 error. On Nginx proxy: On puppet server: $ ./webhook-go
[GIN-debug] GET /health --> github.com/voxpupuli/webhook-go/api.HealthController.Status-fm (3 handlers) [GIN] 2022/04/27 - 13:25:18 | 404 | 1.144µs | 18.246.31.231 | POST "/" Also tried: [GIN] 2022/04/27 - 13:38:08 | 404 | 485ns | 18.246.31.229 | POST "/environment" [GIN] 2022/04/27 - 13:40:19 | 404 | 1.04µs | 18.246.31.227 | POST "/api/v1" |
Also when I have commented "orchestration" section i see next output: `[GIN] 2022/04/27 - 14:03:41 | 500 | 409.155282ms | 18.246.31.227 | POST "/api/v1/r10k/environment" 2022/04/27 14:03:42 [Recovery] 2022/04/27 - 14:03:42 panic recovered: runtime error: invalid memory address or nil pointer dereference |
Could someone provide information around usage of "orchestration" section? Also side question about running a Go binary as a systemd service - how to stop it / start it as regular systemd service? |
@sahaqaa I am working on updating the documentation. |
@dhollinger Just curious if you ever made any headway on the docs. I, too, was wondering how Bolt fits into this project. |
@genebean sadly no. I have been limited on time. I'll take a look at it tonight |
No problem! I can totally relate |
@genebean Additionally, as of right now Bolt cannot be used with webhook go. The way the |
Hello,
I want to configure Webhook for Puppet server. I'm new to your project and trying to configure it for the first time.
From README it's not exactly clear what is meant by "orchestration"?
For example If i have single Puppet master server, do I need to "enable" "orchestration"? What exactly it will do (or would not do when set to "false")?
orchestration:
enabled: true
type: bolt
user: webhook
password: password
bolt:
transport: local
targets:
- localhost
What I need is to run command on 1 single Puppet server:
r10k deploy environment XXXXXXX-vp
or
r10k deploy environment XXXXXXX-v
The text was updated successfully, but these errors were encountered: