[
https://issues.apache.org/jira/browse/AMBARI-23332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16421469#comment-16421469
]
Hudson commented on AMBARI-23332:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #8957 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8957/])
[AMBARI-23332] Recommend SSO configuration values for ATLAS and RANGER (rlevas:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=bf7ce08399c07ac60c43f9d66f9f8f69719dfccc])
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.6/services/stack_advisor.py
* (edit) ambari-server/src/main/resources/stacks/ambari_configuration.py
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.6/services/RANGER/metainfo.xml
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/metainfo.xml
* (edit) ambari-server/src/test/python/stacks/test_ambari_configuration.py
> Recommend SSO configuration values for ATLAS and RANGER in the stack advisor
> ----------------------------------------------------------------------------
>
> Key: AMBARI-23332
> URL: https://issues.apache.org/jira/browse/AMBARI-23332
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.7.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> *Recommend SSO configuration values for ATLAS in the stack advisor*
> The following values in {{application-properties}} need to be set:
> * {{atlas.sso.knox.enabled}}
> ** SSO enabled (true) or disabled (false)
> * {{atlas.sso.knox.providerurl}}
> ** SSO provider url. Example:
> https://KNOX_HOST:KNOX_PORT/gateway/TOPOLOGY_NAME/knoxsso/api/v1/websso
> * {{atlas.sso.knox.publicKey}}
> ** SSO provider public key. The base64-encoded x509 Public key data (without
> the certificate header and footer) used for SSO provider cookie verification
> * {{atlas.sso.knox.providerurl}}
> ** SSO browser useragents (comma-delimted). Default: Mozilla,chrome
> Also, update the Atlas metainfo.xml file to indicate it supports SSO
> configuration by Ambari
> *Recommend SSO configuration values for RANGER in the stack advisor*
> The following values in {{ranger-admin-site}} need to be set:
> * {{ranger.sso.enabled}}
> ** SSO enabled (true) or disabled (false)
> * {{ranger.sso.providerurl}}
> ** SSO provider url. Example:
> https://KNOX_HOST:KNOX_PORT/gateway/TOPOLOGY_NAME/knoxsso/api/v1/websso
> * {{ranger.sso.publicKey}}
> ** SSO provider public key. The base64-encoded x509 Public key data (without
> the certificate header and footer) used for SSO provider cookie verification
> * {{ranger.sso.cookiename}}
> ** SSO cookie name
> * {{ranger.sso.query.param.originalurl}}
> ** Query name for appending original url in SSO url
> * {{ranger.sso.browser.useragent}}
> ** SSO browser useragents (comma-delimted). Default: Mozilla,chrome
> Also, update the Ranger metainfo.xml file to indicate it supports SSO
> configuration by Ambari
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)