From fc8f30bf089ffb30efe37040844b170ad3d6b414 Mon Sep 17 00:00:00 2001 From: "Sean P. Kane" Date: Wed, 4 Jun 2014 16:03:02 -0700 Subject: [PATCH] Add a valid URL example for Github Enterprise token based API auth --- Documentation/cloud-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index 993c103..45f140a 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -274,7 +274,7 @@ For example, if you have an installation of GitHub Enterprise, you can provide a users: - name: elroy - coreos-ssh-import-url: https://token:@github-enterprise.example.com/users/elroy/keys + coreos-ssh-import-url: https://github-enterprise.example.com/api/v3/users/elroy/keys?access_token= ``` You can also specify any URL whose response matches the JSON format for public keys: