Replies: 1 comment
|
A data point from the self-hosted side, since this thread has no replies yet and ApiBlocked is easy to misread as "the feature doesn't exist in OSS":
One caution on the workaround, though: parking sensitive values in Also worth linking for the maintainers: #1465 is still at framework-design stage with open questions around extraction-side leakage — which suggests privacy-configs on the hosted tier is "not yet" rather than "never", but the roadmap question is yours to confirm. cc @txfang @baojun-zhang |
Uh oh!
There was an error while loading. Please reload this page.
问题
使用火山引擎 VikingDB 托管版时,
ov privacy相关命令全部返回ApiBlocked错误,隐私配置 API 不可用。环境
api.vikingdb.cn-beijing.volces.com/openviking)现象
ApiBlocked这个错误码在开源仓库里搜不到,应该是托管版网关层的拦截。同时
ov write也无法直接写入viking://user/default/privacy/路径("write only supports memory or resource files under user scope")。临时绕过
先用
ov add-resource传到viking://resources/,再ov mv挪到privacy/目录,文件可以正常写入并读取。但这只是绕开了写入限制,privacy-configs API 的版本化管理、占位符自动还原等功能完全用不了。想确认
提前感谢~
All reactions