Presto 313 密码验证器。属性不适用于文件

Presto 313 password-authenticator. properties doesn't work with file

我是 K8s 中的 运行 presto,我正在尝试为服务启用基于文件的身份验证(以此为指导 https://prestosql.io/docs/current/security/password-file.html)。但是,当应用程序启动时,我收到一条错误消息:

java.lang.IllegalStateException: 密码验证器文件未注册

config.properties

coordinator=true
node-scheduler.include-coordinator=false
http-server.http.port=8080
query.max-memory=20GB
query.max-memory-per-node=10GB
query.max-total-memory-per-node=10GB
discovery-server.enabled=true
discovery.uri=http://presto-service.eap.svc.cluster.local:8080
http-server.authentication.type=PASSWORD
http-server.https.enabled=true
http-server.https.port=8443
http-server.https.keystore.path=/opt/presto-server/etc/presto.jks
http-server.https.keystore.key=*************

密码-authenticator.properties

password-authenticator.name=file
file.password-file=/opt/presto-server/etc/password.db

配置的其余部分看起来非常正常所以有人知道我在这里可能错过了什么吗? 谢谢,

327版本增加了密码文件认证,需要升级。

Security Changes
Add Password File Authentication. (#797)

您可以从https://prestosql.io/download.html获取最新版本。
此外,您还可以加入社区 Slack。 https://prestosql.io/slack.html