Merge pull request #138 from spkane/github-ent-key-docs

Add a valid URL example for Github Enterprise token based API auth
This commit is contained in:
Alex Crawford 2014-06-04 16:15:04 -07:00
commit f7d01da267

View File

@ -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:<OAUTH-TOKEN>@github-enterprise.example.com/users/elroy/keys
coreos-ssh-import-url: https://github-enterprise.example.com/api/v3/users/elroy/keys?access_token=<TOKEN>
```
You can also specify any URL whose response matches the JSON format for public keys: