diff --git a/envri-hub/deployments/envri-hub.yaml b/envri-hub/deployments/envri-hub.yaml index 7d653e428236efe5db531bc2951636d5a761aab7..c838cf3a98143496eb5014ba69a58a7b64132937 100644 --- a/envri-hub/deployments/envri-hub.yaml +++ b/envri-hub/deployments/envri-hub.yaml @@ -70,6 +70,8 @@ hub: - 52cc7599bd1553c9d63e34e4c90b7e84d44967490c28bb4c53fe97b0c881d677@egi.eu allowed_groups: - urn:mace:egi.eu:group:envri-hub-next-all#sso.egi.eu + - urn:mace:egi.eu:group:vo.envrihub.eu:role=member#aai.egi.eu + - urn:mace:egi.eu:group:envri-vre:role=member#aai.egi.eu claim_groups_key: "eduperson_entitlement" EGICheckinAuthenticator: checkin_host: "{{ secrets['checkin_host']}}" diff --git a/envri-hub/deployments/envri-templates/egi-login.html b/envri-hub/deployments/envri-templates/egi-login.html index aeaf116b3d37e3113c2f9656f85dbc9ccde3ccbb..82e47654657a75ca5626b4110e60c4e99a23e5a9 100644 --- a/envri-hub/deployments/envri-templates/egi-login.html +++ b/envri-hub/deployments/envri-templates/egi-login.html @@ -28,8 +28,8 @@ </p> <p> Access requires a valid <a href="https://docs.egi.eu/users/check-in/signup">EGI account</a> - and <a href="https://aai.egi.eu/registry/co_petitions/start/coef:111">enrolling to the - vo.notebooks.egi.eu VO</a>. + and <a href="https://aai.egi.eu/registry/co_petitions/start/coef:671">enrolling to the + envri-vre:members VO</a>. </p> {% endblock main_intro %} {% block checkin_button %} @@ -41,14 +41,6 @@ </p> <div class="spacer-sm"></div> {% endblock checkin_button %} - {% block main_outro %} - <p> - User communities/advanced users can have their customised ENVRI-Hub VRE service - instance. ENVRI-Hub NEXT offers consultancy and support, as well as can operate the setup. - Order a <a href="https://marketplace.eosc-portal.eu/services/egi-notebooks">community - notebooks instance via the EOSC Marketplace</a>. - </p> - {% endblock main_outro %} </div> </div> @@ -76,8 +68,8 @@ co-funded by <a href="https://www.egi.eu/projects/egi-ace/">EGI-ACE</a>. </div> <div class="col-sm-4 text-right"> - <a href="/policies/privacy-policy.html">Privacy Notice</a> | - <a href="/policies/terms-of-use.html">Terms of Use</a> + <a href="https://notebooks.egi.eu/policies/privacy-policy.html">Privacy Notice</a> | + <a href="https://notebooks.egi.eu/policies/terms-of-use.html">Terms of Use</a> </div> </div> </div>