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

Update key name for writing secrets to provide quick pick options #81

Open
owenfarrell opened this issue Dec 3, 2021 · 0 comments
Open

Comments

@owenfarrell
Copy link
Owner

Writing secrets to Vault covers two scenarios:

  1. Creating a new secret
  2. Updating an existing secret

The current UI leverages a input box - effectively, freeform test. That makes (2) really easy but makes (1) hard since you have to get the secret name exactly right... and case-sensitivity matters.

Converting this to a hybrid input that blends quick pick options (of existing secret names) and a freeform text (for a new secret) would be ideal.

microsoft/vscode#23633 (comment) documents a potential workaround that enables a quickpick input to support a custom entry as well.

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

No branches or pull requests

1 participant