启用 gMSA 时如何设置安全的 Service Fabric 仪表板?

问题描述

我使用 MS 文档中的 gMSA 成功设置了 ServiceFabric 本地集群 here 我的配置如下:

"security": {
"ClusterCredentialType": "Windows","ServerCredentialType": "Windows","WindowsIdentities": {  
    "ClustergMSAIdentity": "[gMSA Identity]","ClusterSPN": "[Registered SPN for the gMSA account]","ClientIdentities": [
        {
            "Identity": "domain\\username","IsAdmin": true
        }
    ]
}

当我打开 ServiceDashboard 时,我注意到我必须使用像 http://myendpointfqdn:19080 这样的 URL 然后我得到如下提示

enter image description here

我的问题是网站不安全。挂锁丢失如下

enter image description here

  • 我想要安全访问,因此请使用 https://myendpointfqdn:19080 之类的网址
  • 我需要保留 "ServerCredentialType": "Windows" 因为我的用户需要提供他们的凭据

你知道我应该在我的配置中添加哪个参数才能使它工作吗? 亲切的问候,

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...