X Tutup
The Wayback Machine - https://web.archive.org/web/20201018182613/https://github.com/PowerShell/Modules/issues/91
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SecretManagement] Get-secretvault -ListAvailable #91

Open
itfranck opened this issue Jun 16, 2020 · 0 comments
Open

[SecretManagement] Get-secretvault -ListAvailable #91

itfranck opened this issue Jun 16, 2020 · 0 comments

Comments

@itfranck
Copy link

@itfranck itfranck commented Jun 16, 2020

Get-secretvault -ListAvailable - List all secret providers available on the system

It could be nice to get a list of the secret providers available for registration on your system.
I suggest adding a -ListAvailable parameter to the existing Get-SecretVault

Maybe this would tie in well together with

#89
#90

Get-SecretVault could return vault parameters used and / or a list of the available settings (hashtable of settings with empty values) when used in with -ListAvailable

That way, having a Get-SecretVaultRegistrationSettings cmdlet would be rendered redundant.

(Providers, such as Az.keyvault would have to pass their settings list so it can be retrieved when calling the cmdlet with the -ListAvailable switch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup