Last active
September 22, 2017 04:06
-
-
Save feelobot/10ee9cb094500c1d4ab32e5f56fe0bb5 to your computer and use it in GitHub Desktop.
Loggly Webhook Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# clusters refers to the remote service. | |
clusters: | |
- name: name-of-remote-authn-service | |
cluster: | |
certificate-authority: "" | |
server: http://logs-01.loggly.com/bulk/42c2afa6-ebe9-4a0f-968e-e973b2223e73/tag/bulk/ | |
# users refers to the API server's webhook configuration. | |
users: | |
- name: name-of-api-server | |
user: | |
client-certificate: "" | |
client-key: "" | |
# kubeconfig files require a context. Provide one for the API server. | |
current-context: webhook | |
contexts: | |
- context: | |
cluster: name-of-remote-authn-service | |
user: name-of-api-sever | |
name: webhook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment