automation-suite
2023.4
false
- 概述
- 要求
- 安装
- 先决条件检查
- 下载安装包
- uipathctl cluster
- uipathctl 集群维护
- uipathctl cluster maintenance disable
- uipathctl cluster maintenance enable
- uipathctl cluster maintenance is-enabled
- uipathctl 集群升级
- uipathctl 配置
- uipathctl 配置警示
- uipathctl configalerts add-email
- uipathctl config alerts remove-email
- uipathctl config alerts update-email
- uipathctl config additional-ca-certificates get
- uipathctl config tls-certificates get
- uipathctl config Orchestrator
- uipathctl config Orchestrator get-config
- uipathctl config orchestrator update-config
- uipathctl config additional-ca-certificates update
- uipathctl config tls-certificates update
- uipathctl 运行状况
- uipathctl 运行状况捆绑包
- uipathctl 运行状况检查
- uipathctl health diagnose
- uipathctl health test
- uipathctl identity
- uipathctl identity add-host-admin
- uipathctl identity Enable-basic-auth
- uipathctl identity get-saml-certificate
- uipathctl identity get-token-signing-certificate
- uipathctl identity rotate-saml-certificates
- uipathctl identity rotate-token-signing-certificates
- uipathctl identity update-saml-certificate
- uipathctl identity update-token-signing-certificate
- uipathctl 清单
- uipathctl manifest apply
- uipathctl manifest diff
- uipathctl manifest get
- uipathctl manifest list-applications
- uipathctl manifest render
- uipathctl 先决条件
- uipathctl prereq create
- uipathctl prereq run
- uipathctl 资源
- uipathctl 资源报告
- uipathctl 快照
- uipathctl 快照备份
- uipathctl snapshot backup create
- uipathctl snapshot backup disable
- uipathctl snapshot backup enable
- uipathctl snapshot delete
- uipathctl snapshot list
- uipathctl snapshot restore
- uipathctl snapshot restore create
- uipathctl snapshot restore delete
- uipathctl snapshot restore history
- uipathctl snapshot restore logs
- uipathctl sso
- uipathctl sso generate-connector
- uipathctl sso generate-overlays
- uipathctl sso generate-rbac
- uipathctl 版本
- 安装后
- 迁移和升级
- 监控和警示
- 集群管理
- 特定于产品的配置
- 故障排除
配置流程应用程序安全性
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
EKS/AKS 上的 Automation Suite 安装指南
Last updated 2024年11月1日
配置流程应用程序安全性
为了限制用户在编辑转换时有权访问的数据,您可以在
input.json
文件中为 Process Mining 流程应用程序设置流程应用程序安全类型。 您可以使用app_security_mode
设置配置应用程序安全性。 以下内容概述了app_security_mode
设置的可能值。
备注:
建议使用
system_managed
选项。
值 |
描述 |
system_managed (默认)
|
系统会自动为每个流程应用程序创建一个 SQL 用户。这可确保在 Process Mining 中编辑转换的用户只能查询属于他们具有编辑权限的流程应用程序的数据。 备注:
这需要在 Process Mining 数据仓库 SQL Server 上执行 SQL 身份验证。 |
|
系统将创建一个用于所有流程应用程序的帐户。 备注:
这意味着,在 Process Mining 中编辑转换时,用户可以从其他流程应用程序查询数据。 |
连接字符串中使用的 SQL 用户必须在安装期间和安装后具有以下服务器级别和数据库级别的角色,才能启用基于应用程序的安全性:
-
开启 Process Mining 数据仓库 SQL Server 的 SQL 身份验证。有关更改服务器身份验证模式的信息,请参阅 Microsoft 官方文档。
-
向 Process Mining 的配置用户授予“更改任何登录”权限。
-
向 Process Mining 的配置用户授予主数据库的访问权限。