You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Robert Levas <rl...@hortonworks.com> on 2015/05/21 20:24:59 UTC

Review Request 34557: Add Service Wizard requests KDC information when cluster is configured for Manual Kerberos

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34557/
-----------------------------------------------------------

Review request for Ambari, Aleksandr Kovalenko, Andrii Tkach, Jaimin Jetly, and Yusaku Sako.


Bugs: AMBARI-11247
    https://issues.apache.org/jira/browse/AMBARI-11247


Repository: ambari


Description
-------

Add Service Wizard requests KDC information when cluster is configured for Manual Kerberos. 

When configured for Kerberos with the _Manual_ option, the _Add Host Wizard_ should not warn about or prompt for KDC details.  The _wizard_ should also allow the user to download a CSV file of expected (user-generated) principals and keytabs files from the Review (or conformation page).  
Additional working on the Review/Confirmation page may be needed to inform the user that they should create the principals and keytabs before continuing. 

To know whether the cluster is configured for _manual kerberos_:
* Cluster.security_type = "KERBEROS"
* kerberos-env/manage_identities = "false"


Diffs
-----

  ambari-web/app/controllers/main/admin/kerberos.js 47ca736 
  ambari-web/app/controllers/main/admin/kerberos/step4_controller.js a48baaf 
  ambari-web/app/controllers/wizard/step8_controller.js 0e1b777 
  ambari-web/app/routes/add_service_routes.js 3db7879 
  ambari-web/app/styles/application.less 65241eb 
  ambari-web/app/templates/wizard/step8.hbs 8506371 
  ambari-web/app/utils/ajax/ajax.js 943c3f6 
  ambari-web/test/controllers/main/admin/kerberos/step4_controller_test.js 780bc00 
  ambari-web/test/controllers/main/admin/kerberos_test.js 30bddb7 
  ambari-web/test/controllers/wizard/step8_test.js d65c145 

Diff: https://reviews.apache.org/r/34557/diff/


Testing
-------

Manual testing.


Thanks,

Robert Levas


Re: Review Request 34557: Add Service Wizard requests KDC information when cluster is configured for Manual Kerberos

Posted by Robert Levas <rl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34557/
-----------------------------------------------------------

(Updated May 31, 2015, 6:45 p.m.)


Review request for Ambari, Aleksandr Kovalenko, Andrii Tkach, Jaimin Jetly, and Yusaku Sako.


Bugs: AMBARI-11247
    https://issues.apache.org/jira/browse/AMBARI-11247


Repository: ambari


Description
-------

Add Service Wizard requests KDC information when cluster is configured for Manual Kerberos. 

When configured for Kerberos with the _Manual_ option, the _Add Host Wizard_ should not warn about or prompt for KDC details.  The _wizard_ should also allow the user to download a CSV file of expected (user-generated) principals and keytabs files from the Review (or conformation page).  
Additional working on the Review/Confirmation page may be needed to inform the user that they should create the principals and keytabs before continuing. 

To know whether the cluster is configured for _manual kerberos_:
* Cluster.security_type = "KERBEROS"
* kerberos-env/manage_identities = "false"


Diffs (updated)
-----

  ambari-web/app/controllers/main/admin/kerberos.js bb5db84 
  ambari-web/app/controllers/main/admin/kerberos/step4_controller.js a48baaf 
  ambari-web/app/controllers/wizard/step8_controller.js e4090fc 
  ambari-web/app/mappers/configs/stack_config_properties_mapper.js 1f269c3 
  ambari-web/app/mixins/common/configs/enhanced_configs.js 5c9dde1 
  ambari-web/app/models/configs/stack_config_property.js 15dcfc2 
  ambari-web/app/routes/add_service_routes.js 3db7879 
  ambari-web/app/styles/application.less 710a363 
  ambari-web/app/templates/wizard/step8.hbs ec4bac7 
  ambari-web/app/utils/ajax/ajax.js 69ac15f 
  ambari-web/test/controllers/main/admin/kerberos/step4_controller_test.js 780bc00 
  ambari-web/test/controllers/main/admin/kerberos_test.js 30bddb7 
  ambari-web/test/controllers/wizard/step8_test.js d65c145 

Diff: https://reviews.apache.org/r/34557/diff/


Testing
-------

Manual testing.


Thanks,

Robert Levas


Re: Review Request 34557: Add Service Wizard requests KDC information when cluster is configured for Manual Kerberos

Posted by Robert Levas <rl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34557/#review85668
-----------------------------------------------------------

Ship it!


Ship It!

- Robert Levas


On May 21, 2015, 2:24 p.m., Robert Levas wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/34557/
> -----------------------------------------------------------
> 
> (Updated May 21, 2015, 2:24 p.m.)
> 
> 
> Review request for Ambari, Aleksandr Kovalenko, Andrii Tkach, Jaimin Jetly, and Yusaku Sako.
> 
> 
> Bugs: AMBARI-11247
>     https://issues.apache.org/jira/browse/AMBARI-11247
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Add Service Wizard requests KDC information when cluster is configured for Manual Kerberos. 
> 
> When configured for Kerberos with the _Manual_ option, the _Add Host Wizard_ should not warn about or prompt for KDC details.  The _wizard_ should also allow the user to download a CSV file of expected (user-generated) principals and keytabs files from the Review (or conformation page).  
> Additional working on the Review/Confirmation page may be needed to inform the user that they should create the principals and keytabs before continuing. 
> 
> To know whether the cluster is configured for _manual kerberos_:
> * Cluster.security_type = "KERBEROS"
> * kerberos-env/manage_identities = "false"
> 
> 
> Diffs
> -----
> 
>   ambari-web/app/controllers/main/admin/kerberos.js 47ca736 
>   ambari-web/app/controllers/main/admin/kerberos/step4_controller.js a48baaf 
>   ambari-web/app/controllers/wizard/step8_controller.js 0e1b777 
>   ambari-web/app/routes/add_service_routes.js 3db7879 
>   ambari-web/app/styles/application.less 65241eb 
>   ambari-web/app/templates/wizard/step8.hbs 8506371 
>   ambari-web/app/utils/ajax/ajax.js 943c3f6 
>   ambari-web/test/controllers/main/admin/kerberos/step4_controller_test.js 780bc00 
>   ambari-web/test/controllers/main/admin/kerberos_test.js 30bddb7 
>   ambari-web/test/controllers/wizard/step8_test.js d65c145 
> 
> Diff: https://reviews.apache.org/r/34557/diff/
> 
> 
> Testing
> -------
> 
> Manual testing.
> 
> 
> Thanks,
> 
> Robert Levas
> 
>