diff --git "a/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/T-One\346\211\213\345\212\250\351\203\250\347\275\262.md" "b/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/T-One\346\211\213\345\212\250\351\203\250\347\275\262.md" index 303046ff9cd4d446943c78dc4190771d2ec7ec35..7d9822bae17041de0a52654ebc7ea85165dc64f7 100644 --- "a/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/T-One\346\211\213\345\212\250\351\203\250\347\275\262.md" +++ "b/sig/T-One/content/\347\224\250\346\210\267\346\214\207\345\215\227/\351\203\250\347\275\262\346\211\213\345\206\214/T-One\346\211\213\345\212\250\351\203\250\347\275\262.md" @@ -610,5 +610,17 @@ git clone --single-branch --branch master https://gitee.com/anolis/testlib.git ~ ```shell docker-compose -f ~/tone/docker-compose.yaml up --build -d ``` +#### f.添加tone白名单 + tone-web系统中:系统配置-》基础配置-》系统参数,找到配置项:WHITE_LIST,编辑增加一下内容(内容中不要有空行,每行以逗号结尾): +```shell +/api/case/get_case_list/, +/api/case/get_suite_all/, +/api/workspace_list/, +/api/workspace/project/, +/api/workspace/job_type/, +/api/job/server_list/, +/api/job/server_tag/, +/api/job/cluster_list/, +``` ## 7. 独立部署 FAQ https://tone.openanolis.cn/help_doc/12 \ No newline at end of file