-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55777/
-----------------------------------------------------------
Review request for Ambari, Attila Doroszlai, Attila Magyar, Laszlo Puskas,
Oliver Szabo, Sandor Magyari, and Sebastian Toader.
Bugs: AMBARI-19655
https://issues.apache.org/jira/browse/AMBARI-19655
Repository: ambari
Description
-------
Existing quicklink definitions need to be updated with authenticatedness and
sso-ness information wherever applicable.
E.g:
"links": [
{
"name": "atlas_dashboard",
"label": "Atlas Dashboard",
"url": "%@://%@:%@/#!/search?user.name=%@",
...
"attributes": [
"authenticated",
"sso"
],
...
}
]
Diffs
-----
ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/quicklinks/quicklinks.json
e86b665
ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json
152ff57
ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/quicklinks/quicklinks.json
b6f6a09
ambari-server/src/main/resources/common-services/RANGER/0.4.0/quicklinks/quicklinks.json
ea8c378
ambari-server/src/main/resources/common-services/RANGER/0.5.0/quicklinks/quicklinks.json
3689ba9
ambari-server/src/main/resources/stacks/HDP/2.3/services/ATLAS/quicklinks/quicklinks.json
ccc52bc
Diff: https://reviews.apache.org/r/55777/diff/
Testing
-------
Manually tested the change. Installed a cluster.
- Verified that attributes a returned by the API.
- Verified that attributes are respected when a quick links profile to show
authenticated/sso links only is in effect
Thanks,
Balázs Bence Sári