mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
A few simple fixes for the Github API docs (#3432)
This commit is contained in:
parent
1c4baa56e9
commit
c99b741bed
@ -18,7 +18,7 @@ please update your API calls accordingly.
|
||||
|
||||
## Configure Backend
|
||||
|
||||
Configures the connection parameters for Okta. This path honors the
|
||||
Configures the connection parameters for Github. This path honors the
|
||||
distinction between the `create` and `update` capabilities inside ACL policies.
|
||||
|
||||
| Method | Path | Produces |
|
||||
@ -50,12 +50,12 @@ $ curl \
|
||||
--header "X-Vault-Token: ..." \
|
||||
--request POST \
|
||||
--data @payload.json \
|
||||
https://vault.rocks/v1/auth/githubokta/config
|
||||
https://vault.rocks/v1/auth/github/config
|
||||
```
|
||||
|
||||
## Read Configuration
|
||||
|
||||
Reads the Okta configuration.
|
||||
Reads the Github configuration.
|
||||
|
||||
| Method | Path | Produces |
|
||||
| :------- | :--------------------------- | :--------------------- |
|
||||
@ -136,4 +136,4 @@ $ curl \
|
||||
"lease_duration": 7200,
|
||||
"renewable": true
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user