Out of date `code`
Looks like the `500` is now a `405`: ``` $ vault read aws/config/root Error reading aws/config/root: Error making API request. URL: GET http://127.0.0.1:8200/v1/aws/config/root Code: 405. Errors: * 1 error(s) occurred: * unsupported operation ```
This commit is contained in:
parent
437da1ab43
commit
14f2a673e2
|
@ -68,7 +68,7 @@ $ vault read aws/config/root
|
|||
Error reading aws/config/root: Error making API request.
|
||||
|
||||
URL: GET http://127.0.0.1:8200/v1/aws/config/root
|
||||
Code: 500. Errors:
|
||||
Code: 405. Errors:
|
||||
|
||||
* unsupported operation
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue