You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testing challenge: needs some MS account for testing, could be a challenge to test, can also try key vault emulator and continue to look for such solutions
File System Provider
no blocker take a folder and treat it as a key value store
use std file operations
Exec Provider
no blocker take any CLI, per get/list/del, issue a CLI command, make sure to pass data like it expect, and to parse and infer resulting data from it
can explore a lightweight scripting language to transform input and output to and from the CLI
alternatively, require that each CLI tool adhere to a certain data protocol and so defer this to the tool author and they will need to create a wrapper for the tool
this unlocks any secrets CLI that has no API
The text was updated successfully, but these errors were encountered:
jondot
changed the title
New Provider Requests
Provider Wishlist
May 19, 2024
Feel free to request providers under this ticket. When you request, provide any of the below:
Provider Wishlist
Vercel Secrets
no blocker
Azure Keyvault
BLOCKER: test experience
File System Provider
no blocker
take a folder and treat it as a key value store
Exec Provider
no blocker
take any CLI, per
get
/list
/del
, issue a CLI command, make sure to pass data like it expect, and to parse and infer resulting data from itThe text was updated successfully, but these errors were encountered: