Change API endpoint path for app-id

The /login path was confusing because its not relative and not consistent with other documentation. Other documentation (e.g., username and password at https://www.vaultproject.io/docs/auth/userpass.html) uses relative path.
This commit is contained in:
Terry Corley 2015-12-15 12:45:04 -06:00
parent 5142d7c267
commit d6884b85e1
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ App ID authentication is not allowed via the CLI.
#### Via the API
The endpoint for the App ID login is `/login`. The client is expected
The endpoint for the App ID login is `auth/app-id/login`. The client is expected
to provide the `app_id` and `user_id` parameters as part of the request.
## Configuration