Service Fabric Explorer:限制对单个应用程序的访问

Service Fabric Explorer: Limit Access to Single Applications

是否可以将对 Service Fabric Explorer 的访问限制为某些服务或特定用户?

我们有一个场景,我们在同一个集群上托管多个服务。 Explorer的日志信息只对每个服务的'owner'可见。

没有

You can use access control to limit access to certain cluster operations for different groups of users. This helps make the cluster more secure. Two access control types are supported for clients that connect to a cluster: Administrator role and User role.

Users who are assigned the Administrator role have full access to management capabilities, including read and write capabilities. Users who are assigned the User role, by default, have only read access to management capabilities (for example, query capabilities). They also can resolve applications and services.

https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-security#role-based-access-control-rbac
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-security-roles

您可以为组分配不同的角色,但不能将角色限定在服务范围内,因此基本上是全有或全无,您无法进行精细控制