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

Request - Lock-SecretStore cmdlet #82

Open
SalutAToi opened this issue Aug 12, 2021 · 1 comment
Open

Request - Lock-SecretStore cmdlet #82

SalutAToi opened this issue Aug 12, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@SalutAToi
Copy link

SalutAToi commented Aug 12, 2021

Hi !

I'm using SecretManagement and SecretStore to store secrets for an application within our systems. I think it would be very beneficial if there was a way to lock a secretstore rather than waiting for the timeout, for obvious security reasons. Of course, one could set a short timeout, but delays in the script/application could then get in the way of retrieving a secret.

@PaulHigin
Copy link
Contributor

We can certainly consider this as an enhancement. But note, that the password applies only to the current PowerShell session. So you can lock access to the store for that session by simply closing the session.

@PaulHigin PaulHigin added the enhancement New feature or request label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants