This reverts commit
|
||
---|---|---|
.. | ||
components | ||
README.md | ||
blobstorage_test.go | ||
config.yaml | ||
go.mod | ||
go.sum |
README.md
Azure Blob storage certification testing
This project aims to test the Azure Blob storage State Store component under various conditions.
Test plan
Existing storage container with access key authentication:
- Able to create and test connection.
- Able to do set, fetch, delete.
Non-existing container is created - using access key authentication:
- Able to create and test connection.
- Able to do set, fetch, delete data.
- Delete the container (cleanup step)
Authentication using Azure Active Directory Auth
- Save Data and retrieve data using AAD credentials