Skip to content

Instantly share code, notes, and snippets.

@feelobot
Last active September 22, 2017 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feelobot/10ee9cb094500c1d4ab32e5f56fe0bb5 to your computer and use it in GitHub Desktop.
Save feelobot/10ee9cb094500c1d4ab32e5f56fe0bb5 to your computer and use it in GitHub Desktop.
Loggly Webhook Config
# 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