mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Don't require username/password authentication for GET /token/:token route
This commit is contained in:
parent
e0356968df
commit
d74c9ff512
3 changed files with 2 additions and 17 deletions
3
API.md
3
API.md
|
|
@ -43,8 +43,7 @@ Enter host password for user 'jdoe':
|
|||
Get information about an existing token (including associated VMs).
|
||||
|
||||
```
|
||||
$ curl -u jdoe --url vmpooler.company.com/api/v1/token/utpg2i2xswor6h8ttjhu3d47z53yy47y
|
||||
Enter host password for user 'jdoe':
|
||||
$ curl --url vmpooler.company.com/api/v1/token/utpg2i2xswor6h8ttjhu3d47z53yy47y
|
||||
```
|
||||
```json
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue