Skip to content

rahulruikar/DesignPattern.ValetKey

Repository files navigation

DesignPattten.ValetKey

This code is example of ValetKey design pattern. It eliminates need of providing user with direct access to storage credentials and provides Shared Access Signature token and these tokens are created using storage access policies on container, which gives control to disable token when user has done using it.

Nuget

Following nuget package of Azure storage SDK is used

Azure.Storage.Blobs 12.0.0-preview.2

Examples

Create Shared Access Signature alt text Update Policy to extend Expiry alt text Delete Policy/Token alt text

TODO

  • Add support for KeyVault
  • Azure AD Authentication

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages