mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-04 05:21:09 +02:00
Merge pull request #6221 from emilymye/website
Remove unsupported config delete for GCP auth docs
This commit is contained in:
commit
f94ea8c20c
@ -92,23 +92,6 @@ $ curl \
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Delete Config
|
|
||||||
|
|
||||||
Deletes all GCP configuration data. This operation is idempotent.
|
|
||||||
|
|
||||||
| Method | Path | Produces |
|
|
||||||
| :------- | :--------------------------- | :--------------------- |
|
|
||||||
| `DELETE` | `/auth/gcp/config` | `204 (empty body)` |
|
|
||||||
|
|
||||||
### Sample Request
|
|
||||||
|
|
||||||
```
|
|
||||||
$ curl \
|
|
||||||
--header "X-Vault-Token: ..." \
|
|
||||||
--request DELETE \
|
|
||||||
http://127.0.0.1:8200/v1/auth/gcp/config
|
|
||||||
```
|
|
||||||
|
|
||||||
## Create Role
|
## Create Role
|
||||||
|
|
||||||
Registers a role in the method. Role types have specific entities
|
Registers a role in the method. Role types have specific entities
|
||||||
|
Loading…
x
Reference in New Issue
Block a user