Skip to content

Commit

Permalink
[KYUUBI #3744][Bug] InvalidACL appears in engine after upgrade to Kyu…
Browse files Browse the repository at this point in the history
…ubi 1.6.0
  • Loading branch information
zhouyifan279 committed Nov 7, 2022
1 parent ed5e8bd commit e262872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

* Since Kyuubi 1.7, Kyuubi returns engine's information for `GetInfo` request instead of server.
To restore the previous behavior, set `kyuubi.server.info.provider` to `SERVER`.
* Since Kyuubi 1.7, `kyuubi.kinit.principal` & `kyuubi.kinit.keytab` are filter out from Kyuubi engine's conf for better security.
* Since Kyuubi 1.7, `kyuubi.kinit.principal` & `kyuubi.kinit.keytab` are filtered out from Kyuubi engine's conf for better security.
In order to do kerberos authentication with zookeeper, we need to set `kyuubi.ha.zookeeper.engine.auth.type` to `KERBEROS`
and set `kyuubi.ha.zookeeper.auth.principal` & `kyuubi.ha.zookeeper.auth.keytab`.

0 comments on commit e262872

Please sign in to comment.