Skip to content

Commit

Permalink
Add refreshKrb5Config=true
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyum committed Nov 24, 2019
1 parent eb50a4b commit 50a11ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ class KafkaTestUtils(
| useKeyTab=true
| storeKey=true
| useTicketCache=false
| refreshKrb5Config=true
| keyTab="${zkServerKeytabFile.getAbsolutePath()}"
| principal="$zkServerUser@$realm";
|};
Expand Down

0 comments on commit 50a11ec

Please sign in to comment.