Skip to content

Commit

Permalink
Support hipchat server (#165)
Browse files Browse the repository at this point in the history
* Support hipchat server
* Update doc
  • Loading branch information
tamalsaha committed Dec 28, 2017
1 parent 09331e9 commit 45899bd
Show file tree
Hide file tree
Showing 16 changed files with 1,159 additions and 1,787 deletions.
9 changes: 6 additions & 3 deletions docs/tutorials/notifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ Kubed can send notifications via Email, SMS or Chat for various operations using
## Hipchat
To receive chat notifications in Hipchat, create a Secret with the following key:

| Name | Description |
|---------------------|-------------------------------------------|
| HIPCHAT_AUTH_TOKEN | `Required` Hipchat [api access token](https://developer.atlassian.com/hipchat/guide/hipchat-rest-api/api-access-tokens). You can use room notification tokens, if you are planning to send notifications to a single room. |
| Name | Description |
|------------------------------|-------------------------------------------|
| HIPCHAT_AUTH_TOKEN | `Required` Hipchat [api access token](https://developer.atlassian.com/hipchat/guide/hipchat-rest-api/api-access-tokens). You can use room notification tokens, if you are planning to send notifications to a single room. |
| HIPCHAT_BASE_URL | `Optional` Base url of Hipchat server |
| HIPCHAT_CA_CERT_DATA | `Optional` PEM encoded CA certificate used by Hipchat server |
| HIPCHAT_INSECURE_SKIP_VERIFY | `Optional` If set to `true`, skips SSL verification |

```console
$ echo -n 'your-hipchat-auth-token' > HIPCHAT_AUTH_TOKEN
Expand Down
17 changes: 11 additions & 6 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 63 additions & 3 deletions vendor/github.com/appscode/go-notify/hipchat/chat.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions vendor/github.com/appscode/stash/apis/stash/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions vendor/github.com/appscode/stash/apis/stash/v1alpha1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45899bd

Please sign in to comment.