Add command hook for session object store URL

This commit is contained in:
Charles Cunningham
2026-02-15 16:56:04 -08:00
parent 9c6cc81ef4
commit 726369eaa6
3 changed files with 96 additions and 10 deletions

View File

@@ -1689,6 +1689,13 @@
"description": "Base URL for the object store used by /share (enterprise/self-hosted).",
"type": "string"
},
"session_object_storage_url_cmd": {
"description": "Optional command to produce the base URL for the object store used by /share. The command runs as argv and must print a non-empty URL to stdout.",
"items": {
"type": "string"
},
"type": "array"
},
"shell_environment_policy": {
"allOf": [
{