-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36778/
-----------------------------------------------------------
Review request for Ambari, Aleksandr Kovalenko, Andrii Tkach, Jaimin Jetly, and
Yusaku Sako.
Bugs: AMBARI-12525
https://issues.apache.org/jira/browse/AMBARI-12525
Repository: ambari
Description
-------
Some Kerberos service properties should be final and not be editable outside
the wizard.
#kerberos-env
- Final and not be editable
-- kdc_type
-- manage_identities
-- install_packages
-- case_insensitive_username_rules
-- realm
- Editable (changing them will require Keytabs to be regenerated and services
to be restarted)
-- ldap_url
-- container_dn
-- encryption_types
-- kdc_host
-- admin_server_host
- Editable (changes will only be seen when [re]generating Kerberos identities
and keytab files)
-- password_length
-- password_min_lowercase_letters
-- password_min_uppercase_letters
-- password_min_digits
-- password_min_punctuation
-- password_min_whitespace
-- create_attributes_template
- Editable (changes will only be seen when certain operations are invoked)
-- executable_search_paths
-- service_check_principal_name
#krb5-conf
- Final and not be editable
-- domains
-- manage_krb5_conf
-- conf_dir
-- content
Diffs
-----
ambari-web/app/data/HDP2/site_properties.js 93ca84f
ambari-web/app/messages.js 3cff8b6
ambari-web/app/models/configs/objects/service_config_property.js bcd007d
ambari-web/app/utils/config.js fd3847a
ambari-web/app/views/common/controls_view.js 19d846e
Diff: https://reviews.apache.org/r/36778/diff/
Testing
-------
Manually tested
#Local test results:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 56.668s
[INFO] Finished at: Fri Jul 24 08:50:33 EDT 2015
[INFO] Final Memory: 15M/611M
[INFO] ------------------------------------------------------------------------
#Jenkins test results: PENDING
Thanks,
Robert Levas