Skip to content

Commit 82a6453

Browse files
committed
added note about failing retrieval of secret when using bulk api
1 parent c0fcd78 commit 82a6453

File tree

1 file changed

+4
-0
lines changed
  • daprdocs/content/en/reference/components-reference/supported-secret-stores

1 file changed

+4
-0
lines changed

daprdocs/content/en/reference/components-reference/supported-secret-stores/akeyless.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ log.Println("Starting test application")
220220
}
221221
```
222222

223+
{{% alert title="Failing Retrieval in Bulk" color="info" %}}
224+
When retrieving secrets using the bulk API, all successfully-retrieved secrets will be returned and failed ones will be logged in the component log.
225+
{{% /alert %}}
226+
223227
## Setup Akeyless instance
224228

225229
To get started with Akeyless:

0 commit comments

Comments
 (0)