mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
backport of commit 676ed96a6c (#23669)
Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
64b15205cc
commit
6042ef9048
@@ -76,7 +76,7 @@ connection details are obfuscated.
|
||||
```shell-session
|
||||
$ curl \
|
||||
--header "X-Vault-Token: ..." \
|
||||
--reuquest GET
|
||||
--request GET
|
||||
http://127.0.0.1:8200/v1/sys/sync/destinations/aws-sm/my-store-1
|
||||
```
|
||||
|
||||
@@ -127,7 +127,7 @@ $ curl \
|
||||
http://127.0.0.1:8200/v1/sys/sync/destinations/aws-sm/my-store-1
|
||||
```
|
||||
|
||||
## Create|Update AWS Secrets Manager destination
|
||||
## Create/Update AWS Secrets Manager destination
|
||||
|
||||
This endpoint creates a destination to synchronize secrets with the AWS Secrets manager.
|
||||
|
||||
@@ -190,7 +190,7 @@ $ curl \
|
||||
}
|
||||
```
|
||||
|
||||
## Create|Update Azure Key Vault destination
|
||||
## Create/Update Azure Key Vault destination
|
||||
|
||||
This endpoint creates a destination to synchronize secrets with an Azure Key Vault instance.
|
||||
|
||||
@@ -234,7 +234,7 @@ $ curl \
|
||||
http://127.0.0.1:8200/v1/sys/sync/destinations/aws-sm/my-store-1
|
||||
```
|
||||
|
||||
## Create|Update GCP Secret Manager destination
|
||||
## Create/Update GCP Secret Manager destination
|
||||
|
||||
This endpoint creates a destination to synchronize secrets with the GCP Secret Manager.
|
||||
|
||||
@@ -266,7 +266,7 @@ $ curl \
|
||||
http://127.0.0.1:8200/v1/sys/sync/destinations/gcp-sm/my-store-1
|
||||
```
|
||||
|
||||
## Create|Update GitHub Repository Action destination
|
||||
## Create/Update GitHub Repository Action destination
|
||||
|
||||
This endpoint creates a destination to synchronize action secrets with a GitHub repository.
|
||||
|
||||
@@ -303,7 +303,7 @@ $ curl \
|
||||
http://127.0.0.1:8200/v1/sys/sync/destinations/gh/my-store-1
|
||||
```
|
||||
|
||||
## Create|Update Vercel Project destination
|
||||
## Create/Update Vercel Project destination
|
||||
|
||||
This endpoint creates a destination to synchronize secrets with the GCP Secret Manager.
|
||||
|
||||
@@ -371,7 +371,6 @@ Associations also contain the latest sync status for the secret they represent.
|
||||
$ curl \
|
||||
--header "X-Vault-Token: ..." \
|
||||
--request GET
|
||||
--data @payload.json
|
||||
http://127.0.0.1:8200/v1/sys/sync/destinations/aws-sm/my-store-1/associations
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user