Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #101 from wandera/JSCCE-9848
Browse files Browse the repository at this point in the history
JSCCE-9848 Create audit policy file also on APIServer nodes
  • Loading branch information
mkmet authored Jan 23, 2023
2 parents 86a47e6 + 97b9df9 commit 2aedf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cluster/cluster-spec.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ locals {
{
name = "audit-policy-config"
path = local.audit_policy_file_path
roles = ["Master"]
roles = var.apiserver-nodes-enabled ? ["Master", "APIServer"] : ["Master"]
content = var.audit-policy-config
}
]
Expand Down

0 comments on commit 2aedf4d

Please sign in to comment.