Hi Ding,

The password in kylinSecurity.xml is encrypted with BCrypt, to change or
generate a new password, you can clone kylin's code (master branch) and
then run org.apache.kylin.rest.security.PasswordPlaceholderConfigurer in
IDE (replacing "MODELER" with your prefered pwd);

2016-03-08 17:45 GMT+08:00 Ding Dinghua <[email protected]>:

> Thanks for your reply.
>
> Could you tell me the encryption method used when encrypting password
> in kylinSecurity.xml, as i found that the password field is
> ciphertext.
>
> 2016-03-08 16:21 GMT+08:00 ShaoFeng Shi <[email protected]>:
> > The "testing" profile has three built-in accounts: ADMIN(KYLIN),
> > MODELER(MODELER), ANALYST(ANALYST), each represents a role. To have more
> > accounts, you can manually edit the kylinSecurity.xml as
> >
> https://github.com/apache/kylin/blob/master/server/src/main/resources/kylinSecurity.xml#L154
> >
> > While the "testing" profile is only for test or POC purpose. In a
> > production deployment, suggest you use LDAP to manage the user and roles,
> > Kylin has the support for LDAP integration.
> >
> > 2016-03-08 14:24 GMT+08:00 Ding Dinghua <[email protected]>:
> >
> >> Hi:
> >>     Does kylin support multiple user besides ADMIN?
> >>     This may be useful when integrating kylin in our workflow, we may
> need
> >> to
> >>     do isolation work between different users in hdfs/mr/hive/hbase.
> >>
> >>      Thanks.
> >>
> >> --
> >> Ding Dinghua
> >>
> >
> >
> >
> > --
> > Best regards,
> >
> > Shaofeng Shi
>
>
>
> --
> Ding Dinghua
>



-- 
Best regards,

Shaofeng Shi

Reply via email to