Skip to content

Commit

Permalink
chore: fix secrets page formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
  • Loading branch information
joonas authored and lachieh committed Sep 26, 2024
1 parent 1431999 commit e71b6fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/deployment/security/secrets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ This payload is encrypted using the xkey provided in the `Wasmcloud-Host-Xkey` h
// Omitted on success
"error": ""
}
```

A successful response will only contain the secret payload. An unsuccessful response should contain an error key with a string message describing the error. Examples of what might cause such an error include:

Expand All @@ -108,7 +109,7 @@ Secrets backend implementations may also have additional API endpoints as needed

### Secret stores

All wasmCloud stores are secret references which are pieces of config that start with `secret_` and have the following structure:
All wasmCloud stores are secret references which are pieces of config that start with `SECRET_` and have the following structure:

```rust
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, Hash)]
Expand Down

0 comments on commit e71b6fd

Please sign in to comment.