Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jnowakowski authored Sep 26, 2018
1 parent 82c3401 commit f17d6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ranger-atlas/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ if [ "${enable_knox_sso_proxy}" = true ]; then
./11-KNOX-UI-proxySetup.sh ${cluster_name} ${ambari_pass}

#echo "Setting up Zeppelin SSO"
./12-enable-zeppelin_SSO.sh ${cluster_name} ${ambari_pass} "https://$(hostname -f):8443/gateway/knoxsso/api/v1/websso"
./12-enable-zeppelin_SSO.sh ${cluster_name} ${ambari_pass} "https://$(curl http://169.254.169.254/latest/meta-data/public-hostname):8443/gateway/knoxsso/api/v1/websso"

#when using SSO, startup script shouldn't change Ambari pass
touch /root/.firstbootdone
Expand Down

0 comments on commit f17d6e2

Please sign in to comment.