Skip to content

Commit

Permalink
Disable local accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittel committed Jul 20, 2021
1 parent ed7c22d commit cc67112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cluster-stamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,8 @@
},
"podIdentityProfile": {
"enabled": true
}
},
"disableLocalAccounts": true
},
"identity": {
"type": "UserAssigned",
Expand Down
3 changes: 2 additions & 1 deletion cluster-stamp.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,8 @@
}
}
]
}
},
"disableLocalAccounts": true
},
"identity": {
"type": "UserAssigned",
Expand Down

0 comments on commit cc67112

Please sign in to comment.