Skip to content

Commit

Permalink
Doc: Fix typo in example JSON on plugin docs (spiffe#4579)
Browse files Browse the repository at this point in the history
* Fix typo in example JSON

Signed-off-by: Joseph N Denton <josephndenton@gmail.com>
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
  • Loading branch information
josephndenton authored and faisal-memon committed Dec 2, 2023
1 parent 448b76d commit a79c5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/plugin_agent_svidstore_aws_secretsmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The format that is used to store in a secret the issued identity is the followin
{
"spiffeId": "spiffe://example.org",
"x509Svid": "X509_CERT_CHAIN_PEM",
"x509SvidKey": "PRIVATE_KET_PEM",
"x509SvidKey": "PRIVATE_KEY_PEM",
"bundle": "X509_BUNDLE_PEM",
"federatedBundles": {
"spiffe://federated.org": "X509_FEDERATED_BUNDLE_PEM"
Expand Down
2 changes: 1 addition & 1 deletion doc/plugin_agent_svidstore_gcp_secretmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The format that is used to store in a secret the issued identity is the followin
{
"spiffeId": "spiffe://example.org",
"x509Svid": "X509_CERT_CHAIN_PEM",
"x509SvidKey": "PRIVATE_KET_PEM",
"x509SvidKey": "PRIVATE_KEY_PEM",
"bundle": "X509_BUNDLE_PEM",
"federatedBundles": {
"spiffe://federated.org": "X509_FEDERATED_BUNDLE_PEM"
Expand Down

0 comments on commit a79c5cb

Please sign in to comment.