[ 
https://issues.apache.org/jira/browse/KYLIN-4240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128054#comment-17128054
 ] 

ASF GitHub Bot commented on KYLIN-4240:
---------------------------------------

zhangayqian commented on pull request #1023:
URL: https://github.com/apache/kylin/pull/1023#issuecomment-640478753


   ## Design test cases
   
   ### Prepare test env
   - create cube and build segment `2012-01-01~2012-02-01`
     - dimension: PART_DT, OPS_REGION
     - measure: count_distinct(SELLER_ID)
   ### Test Case
   - Query
   ```
   select
   intersect_count(SELLER_ID, OPS_REGION, array['Hongkong']) as h,
   intersect_count(SELLER_ID, OPS_REGION, array['Beijing']) as b,
   intersect_count(SELLER_ID, OPS_REGION, array['Shanghai']) as s,
   intersect_count(SELLER_ID, OPS_REGION, array['Hongkong|Shanghai', 
'Beijing']) as retention_city
   from kylin_sales
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Use SSO without LDAP
> --------------------
>
>                 Key: KYLIN-4240
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4240
>             Project: Kylin
>          Issue Type: New Feature
>          Components: Integration, Web 
>            Reporter: Congling Xia
>            Assignee: Congling Xia
>            Priority: Major
>             Fix For: v3.1.0
>
>         Attachments: screenshot.png
>
>
> Recently, we are integrating Kylin with our SSO service based on CAS. In our 
> case, SSO provide only authentication but no authorization. Because our LDAP 
> service is not used for application specific information management, we plan 
> to use the built-in user/group services to manage their authorities (as in 
> testing profile).
> I am doing some work with CAS authentication to make it work along with form 
> login in Kylin. I dont know whether it is a common case that user need to be 
> authenticated by an SSO and will be managed for roles/groups in Kylin itself 
> when LDAP is not available. I'd like to share it for someone in need.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to