Last active
October 4, 2016 16:11
-
-
Save sandromello/eb03ddb8a975def86cd40df9d3114930 to your computer and use it in GitHub Desktop.
Authentication Webhook Test
This file contains hidden or 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: 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