Skip to content

Commit 629b79a

Browse files
Updated security patch RTM
1 parent a298c4b commit 629b79a

File tree

1 file changed

+8
-9
lines changed
  • samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad

1 file changed

+8
-9
lines changed

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad/security-patch.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
{
22
"patch": [
33
{
4-
"op": "add",
4+
"op": "replace",
55
"path": "security",
66
"value": {
7-
"ouDistinguishedName":"OU=bdc,DC=contoso,DC=local",
7+
"ouDistinguishedName":"OU=bdc,DC=megalomania,DC=local",
88
"dnsIpAddresses": ["00.00.000.00"],
99
"domainControllerFullyQualifiedDns": ["DC.CONTOSO.LOCAL"],
10-
"realm":"CONTOSO.LOCAL",
1110
"domainDnsName":"contoso.local",
12-
"bdcAdminPrincipals": [
13-
"Domain Admins", "Enterprise Admins"
11+
"clusterAdmins": [
12+
"bdcadminsgroup"
1413
],
15-
"bdcUserPrincipals": [
16-
"Domain Users"
14+
"clusterUsers": [
15+
"bdcusersgroup"
1716
]
1817
}
1918
},
2019
{
21-
"op": "add",
20+
"op": "replace",
2221
"path": "spec.endpoints[0].dnsName",
2322
"value": "controller.contoso.local"
2423
},
2524
{
26-
"op": "add",
25+
"op": "replace",
2726
"path": "spec.endpoints[1].dnsName",
2827
"value": "serviceproxy.contoso.local"
2928
}

0 commit comments

Comments
 (0)