orchestrator
2022.10
false
2022.10.6
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Orchestrator 发行说明
Last updated 2024年10月21日
2022.10.6
发布日期:2023 年 8 月 10 日
-
重要提示:此修复程序仅适用于此版本。对于以前的版本,您需要将以下部分添加到 web.config 文件中:
我们修复了一个问题,如果 Orchestrator 和 Identity Server 部署为具有不同 URL 的 Azure 应用程序服务,则该问题会阻止 Swagger 身份验证。
<rewrite> <outboundRules> <rule name="CSP"> <match serverVariable="RESPONSE_Content-Security-Policy" pattern=".*" /> <action type="Rewrite" value="default-src 'self' https://<YOURIDENTITYURL>;connect-src 'self' https://<YOURIDENTITYURL>;script-src 'self' 'unsafe-inline';style-src 'self' 'unsafe-inline';img-src 'self' data:;font-src 'self'" /> </rule> </outboundRules> </rewrite>
<rewrite> <outboundRules> <rule name="CSP"> <match serverVariable="RESPONSE_Content-Security-Policy" pattern=".*" /> <action type="Rewrite" value="default-src 'self' https://<YOURIDENTITYURL>;connect-src 'self' https://<YOURIDENTITYURL>;script-src 'self' 'unsafe-inline';style-src 'self' 'unsafe-inline';img-src 'self' data:;font-src 'self'" /> </rule> </outboundRules> </rewrite>
-
当您从主机租户中删除用户,然后使用与已删除的用户名和电子邮件地址相同的用户名和电子邮件地址创建另一个用户时,您将无法再登录到任何非主机租户。发生这种情况的原因是,在删除具有相同信息的另一个用户后,缺少有关配置新用户的规则。现在,此问题已修复。
-
当您尝试在“日志”页面上按主机身份进行筛选时,滚动经过第 10 个项目后,列表中的名称会不断重复。现在可以按预期进行筛选。
-
This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).
我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。
您可以从 Customer Portal 下载最新的产品版本。