Add a valid URL example for Github Enterprise token based API auth
This commit is contained in:
parent
075c0557e7
commit
fc8f30bf08
@ -274,7 +274,7 @@ For example, if you have an installation of GitHub Enterprise, you can provide a
|
|||||||
|
|
||||||
users:
|
users:
|
||||||
- name: elroy
|
- 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:
|
You can also specify any URL whose response matches the JSON format for public keys:
|
||||||
|
Loading…
Reference in New Issue
Block a user