SKY-11678 Add local credential vault persistence to OSS Docker (#7003)

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
Suchintan 2026-07-02 17:24:17 -04:00 committed by GitHub
parent ef22a35461
commit 720d47d754
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 753 additions and 46 deletions

View file

@ -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",