mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
SKY-11678 Add local credential vault persistence to OSS Docker (#7003)
Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
parent
ef22a35461
commit
720d47d754
23 changed files with 753 additions and 46 deletions
|
|
@ -3343,10 +3343,10 @@
|
|||
"type": "null"
|
||||
}
|
||||
],
|
||||
"description": "Filter credentials by vault type (e.g. 'custom', 'bitwarden', 'azure_vault')",
|
||||
"description": "Filter credentials by vault type (e.g. 'skyvern', 'custom', 'bitwarden', 'azure_vault')",
|
||||
"title": "Vault Type"
|
||||
},
|
||||
"description": "Filter credentials by vault type (e.g. 'custom', 'bitwarden', 'azure_vault')"
|
||||
"description": "Filter credentials by vault type (e.g. 'skyvern', 'custom', 'bitwarden', 'azure_vault')"
|
||||
},
|
||||
{
|
||||
"name": "credential_type",
|
||||
|
|
@ -9678,7 +9678,7 @@
|
|||
"type": "null"
|
||||
}
|
||||
],
|
||||
"description": "Which vault stores this credential (e.g., 'bitwarden', 'azure_vault', 'custom')"
|
||||
"description": "Which vault stores this credential (e.g., 'skyvern', 'bitwarden', 'azure_vault', 'custom')"
|
||||
},
|
||||
"browser_profile_id": {
|
||||
"anyOf": [
|
||||
|
|
@ -9767,6 +9767,7 @@
|
|||
"CredentialVaultType": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"skyvern",
|
||||
"bitwarden",
|
||||
"azure_vault",
|
||||
"gcp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue