Member since
08-08-2017
43
Posts
1
Kudos Received
0
Solutions
03-29-2018
01:03 AM
Thank you @Geoffrey Shelton Okot, What would then be the required changes for the settings below? Will Knox work with AD auth? <provider>
<role>authentication</role>
<name>Anonymous</name>
<enabled>true</enabled>
</provider>
<provider>
<role>identity-assertion</role>
<name>Default</name>
<enabled>false</enabled>
</provider><br>
... View more
03-01-2018
06:35 AM
@L V Ambari provides the quicklink.json feature the alter the Quicklinks as we want. In case of knox enabled cluster we might need to alter the quicklinks a bit like described in the following link: 1. https://community.hortonworks.com/questions/88500/how-to-make-ambari-quick-links-to-point-to-knox-ga.html 2. https://cwiki.apache.org/confluence/display/AMBARI/Quick+Links
... View more
06-13-2019
10:13 AM
Hey @Vipin Rathor I'm running Ambari 2.7.X on my cluster and I want to disable all protocols but TLSv1.2 Following you suggestion, I've added the following to ambari.properties: security.server.disabled.protocols=SSL|SSLv2|SSLv3|TLSv1.0|TLSv1.1. Yet, after restarting the server and running a SSL scanner tool, it still marks both TLSv1.0 and TLSv1.1 valid. Could you please help? Thanks, Tomer
... View more