Skip to content

Commit

Permalink
Merge branch 'main' into jans-auth-server-HemantKMehta-jarmissue310-1…
Browse files Browse the repository at this point in the history
…1-314
  • Loading branch information
HemantKMehta committed Feb 3, 2022
2 parents a70ceda + bcca289 commit d915d0a
Show file tree
Hide file tree
Showing 127 changed files with 11,943 additions and 483 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/update_helm_chart.yml

This file was deleted.

15 changes: 0 additions & 15 deletions _config.yml

This file was deleted.

75 changes: 0 additions & 75 deletions automation/analyze_chart.py

This file was deleted.

85 changes: 0 additions & 85 deletions automation/helpers.py

This file was deleted.

35 changes: 0 additions & 35 deletions automation/prepare_chart.sh

This file was deleted.

5 changes: 2 additions & 3 deletions automation/startjanssendemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ global:
# -- Nginx ingress definitions chart
nginx-ingress:
ingress:
adminUiEnabled: false
openidConfigEnabled: true
uma2ConfigEnabled: true
webfingerEnabled: true
Expand All @@ -90,9 +89,9 @@ nginx-ingress:
hosts:
- $JANS_FQDN
EOF
sudo helm repo add jans https://gluufederation.github.io/flex/flex-cn-setup/pygluu/kubernetes/templates/helm
sudo helm repo add janssen https://https://janssenproject.github.io/jans/charts
sudo helm repo update
sudo helm install jans jans/gluu -n jans --version=5.0.2 -f override.yaml --kubeconfig="$KUBECONFIG"
sudo helm install janssen janssen/janssen -n jans -f override.yaml --kubeconfig="$KUBECONFIG"
echo "Waiting for auth-server to come up. This may take 5-10 mins....Please do not cancel out...This will wait for the auth-server to be ready.."
sleep 120
cat << EOF > testendpoints.sh
Expand Down
Loading

0 comments on commit d915d0a

Please sign in to comment.