there is already a pre-defined read-only account: "ANALYST", pwd is the same as user name. It's role is "ROLE_ANALYST", who only can run queries. The cube owner/admin need grant the acess to this account at the cube level.
To add more user, find the "authenticationManager" part in kylinSecurity.xml, then add there. The password need be encrypted with "BCrypt" method. The best solution is integrating Kylin with a LDAP directory, using LDAP groups to manage the roles. See https://kylin.apache.org/docs/howto/howto_ldap_and_sso.html 2016-03-28 16:32 GMT+08:00 Bin.Li <[email protected]>: > hello, > > I want to add read only users for kylin, but I cannot find an entry. > > Many tks!! > > bin.li > -- Best regards, Shaofeng Shi
