> On Jan. 23, 2017, 9:39 a.m., Dmitro Lisnichenko wrote: > > ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/UpdateKerberosConfigsServerAction.java, > > line 127 > > <https://reviews.apache.org/r/55842/diff/1/?file=1612852#file1612852line127> > > > > I think there may be lots of similar places at our code. Maybe just add > > this config on cluster deployment?
@Dmitro... There are other places where something like this happens, but they occur in different work flows. This cannot be done on cluster deploy since this needs to happen whenever the security type of the cluster changes. - Robert ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55842/#review162629 ----------------------------------------------------------- On Jan. 23, 2017, 8:24 a.m., Eugene Chekanskiy wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/55842/ > ----------------------------------------------------------- > > (Updated Jan. 23, 2017, 8:24 a.m.) > > > Review request for Ambari, Dmitro Lisnichenko, Robert Levas, and Vitalyi > Brodetskyi. > > > Bugs: AMBARI-19675 > https://issues.apache.org/jira/browse/AMBARI-19675 > > > Repository: ambari > > > Description > ------- > > Regenerate keytabs apply all configs but not security_enabled. > > > Diffs > ----- > > > ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/UpdateKerberosConfigsServerAction.java > 931806d > > Diff: https://reviews.apache.org/r/55842/diff/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Eugene Chekanskiy > >
