Skip to content

Releases: anthturner/AzureKeyVaultManager

Alpha 2 Release

22 Jan 01:44
Compare
Choose a tag to compare
Alpha 2 Release Pre-release
Pre-release

This version fixes a number of critical, breaking issues seen in the previous release, including:

  • wrap/unwrap should be called wrapKey/unwrapKey
  • Retrieving tree node context when creating/deleting keys or secrets would fail if the vault wasn't the first in the list
  • CreateKey wouldn't always work, depending on which permissions were selected, due to not being consistent with the viewer
  • Authentication would rather implicitly fail than give the user a chance to log in. This has been solved in an interim means by allowing authentication dialogs to pop up after the initialization phase. Optimally, token retrieval will only occur once in the future.

Known issues:

  • Crashes will occur if authentication fails or the user lacks proper permissions to the service (continues)

Please report any issues to the issue tracker!

Alpha 1 Release

18 Jan 18:01
Compare
Choose a tag to compare
Alpha 1 Release Pre-release
Pre-release

The following features are included in this initial release alpha version:

  • Create/Delete Vaults
  • Create/Delete Secrets and Keys
  • View/Change Secret Values
  • View Key Values
  • View/Change Attributes on Secrets and Keys
  • View/Change Access Policies
  • Create/Delete Access Policies

Known issues:

  • Crashes will occur if authentication fails or the user lacks proper permissions to the service

Please report any issues to the issue tracker!