components-contrib/tests/certification/state/azure/blobstorage
ItalyPaleAle e948bef04a ⚙️🧹
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-10 18:10:25 +00:00
..
components Fix State Azure Blob cert test 2023-01-06 16:15:08 -08:00
README.md Certification test for Azure Blob storage state store component (#1896) 2022-07-21 16:24:39 -07:00
blobstorage_test.go Components' init functions should return interfaces (#1997) 2022-08-25 18:27:45 -07:00
config.yaml Certification test for Azure Blob storage state store component (#1896) 2022-07-21 16:24:39 -07:00
go.mod ⚙️🧹 2023-01-10 18:10:25 +00:00
go.sum ⚙️🧹 2023-01-10 18:10:25 +00:00

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:

  1. Able to create and test connection.
  2. Able to do set, fetch, delete.

Non-existing container is created - using access key authentication:

  1. Able to create and test connection.
  2. Able to do set, fetch, delete data.
  3. Delete the container (cleanup step)

Authentication using Azure Active Directory Auth

  1. Save Data and retrieve data using AAD credentials