Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.6.2
Description
Ambari server has gpl license disabled i.e.
cat /etc/ambari-server/conf/ambari.properties | grep -i gpl
gpl.license.accepted=false
- On register version page, upon choosing HDP-2.6.4.0 from the drop-down, the GPL repo field is not masked (see default-version.png)
- However upon choosing to upload the version from VDF URL, the GPL field is correctly masked (see version-via-vdf.png)
Looks like the problem is showRepo() function which calls isGPLRepo function where if we do not load version fromVDF URL the showRepo return true