Skip to content

Instantly share code, notes, and snippets.

@jibinpb
Created December 24, 2018 02:16
Show Gist options
  • Save jibinpb/24495c417c985011ed9b5df38be7ca18 to your computer and use it in GitHub Desktop.
Save jibinpb/24495c417c985011ed9b5df38be7ca18 to your computer and use it in GitHub Desktop.
Security JSON for ServiceFabric Cluster Configuration
"security": {
"ClusterCredentialType": "Windows",
"ServerCredentialType": "Windows",
"WindowsIdentities": {
"ClustergMSAIdentity" : "gMSA_Account_Name@contoso.com",
"ClusterSPN" : "ServiceFabric/servicefabric.intranet.contoso.com",
"ClientIdentities": [{
"Identity": "CONTOSO\\ServiceFabricAdminGroup",
"IsAdmin": true
},{
"Identity": "CONTOSO\\EveryOne",
"IsAdmin": false
}]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment