This is an automated email from the ASF dual-hosted git repository.
eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 106c1f6f32 Adding the new interim gateway domain for DELTA Jupyterhub
106c1f6f32 is described below
commit 106c1f6f329533fb55010c3d5b158b52732bc761
Author: eroma2014 <[email protected]>
AuthorDate: Mon Oct 31 12:54:01 2022 -0400
Adding the new interim gateway domain for DELTA Jupyterhub
---
.../ansible/inventories/scigap/production/host_vars/delta/vars.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
index c6c68e0d86..2c4fea075e 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
@@ -68,5 +68,5 @@ django_google_analytics_tracking_id: "UA-178024455-1"
django_extra_settings:
ACCESS_TOKEN_REDIRECT_ALLOWED_URIS:
- - URI: "https://jupyterhub.delta-topology.org/hub/login?next=/hub/spawn"
+ - URI:
"https://jupyterhub.delta-topology.scigap.org/hub/login?next=/hub/spawn"
...