Skip to content

Instantly share code, notes, and snippets.

@sandromello
Last active October 4, 2016 16:11
Show Gist options
  • Save sandromello/eb03ddb8a975def86cd40df9d3114930 to your computer and use it in GitHub Desktop.
Save sandromello/eb03ddb8a975def86cd40df9d3114930 to your computer and use it in GitHub Desktop.
Authentication Webhook Test
# clusters refers to the remote service.
clusters:
- name: remote-auth
cluster:
insecure-skip-tls-verify: true
server: http://192.168.0.101:8000/webhook-auth # URL of remote service to query. Must use 'https'.
# kubeconfig files require a context. Provide one for the API server.
current-context: webhook
contexts:
- context:
cluster: remote-auth
user: ""
name: webhook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment