ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Ability to update and remove Secret Managers #65

Closed Windos closed 4 years ago

Windos commented 4 years ago

Currently there is a two functions that reference secret managers:

It should be possible to remove them (ADD: Remove-UASecretManager)

It is currently possible to add multiple Secret Managers with the same name (while fine... this could end up causing confusion, personally I expect them to be unique and get an error when running New- with a duplicate name)

Duplicate Names, Secret Manager

It should be possible to update an existing secret manager (ADD: Set-UASecretManager) to avoid the workflow of removing (once possible) and recreating with only a small change.

leeberg commented 4 years ago

Happy to report that this is now implemented - this should be going out with a new build that will be posted on 1/17/2020

New-Cmdlets

New UI Components: image

image

image

We have some additional updates planned to make the "link" between a variable and a secret manager a bit more intuitive but this is still a decent step forward.