Skip to content

Commit

Permalink
chore: enable service account token rotation for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Linkhorst <[email protected]>
  • Loading branch information
linki committed Jan 8, 2020
1 parent 929878e commit 1fa08bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ apiserver_proxy: "true"
# requires apiserver_proxy to be set to "true"
allow_external_service_accounts: "false"
# issue service account tokens with expiration time.
rotate_service_account_tokens: "false"
rotate_service_account_tokens: "true"

# use kube-aws-iam-controller for kube-system components
kube_aws_iam_controller_kube_system_enable: "true"
Expand Down

0 comments on commit 1fa08bc

Please sign in to comment.