Skip to content

Commit

Permalink
Update master.yaml
Browse files Browse the repository at this point in the history
Fix 1.1.23 to check *if* --service-account-lookup argument is set and if so then if it's equal to true
  • Loading branch information
yoavrotems authored Mar 25, 2019
1 parent 573136a commit d059196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cfg/1.13/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,10 @@ groups:
text: "Ensure that the --service-account-lookup argument is set to true (Scored)"
audit: "ps -ef | grep $apiserverbin | grep -v grep"
tests:
bin_op: or
test_items:
- flag: "--service-account-lookup"
set: false
- flag: "--service-account-lookup"
compare:
op: eq
Expand Down

0 comments on commit d059196

Please sign in to comment.