Skip to content

Commit

Permalink
Add kafka to knox group as per ibm documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Palaniappan committed Dec 1, 2015
1 parent 4ef312a commit b5d12d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onefs/isilon_create_users.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ case "$DIST" in
[ $? -ne 0 ] && addError "Could not add user hive to users group in zone $ZONE"
isi auth groups modify hcat --add-user hive --zone $ZONE
[ $? -ne 0 ] && addError "Could not add user hive to hcat group in zone $ZONE"
isi auth groups modify knox --add-user kafka --zone $ZONE
[ $? -ne 0 ] && addError "Could not add user kafka to knox group in zone $ZONE"
;;
esac

Expand Down

0 comments on commit b5d12d4

Please sign in to comment.