Skip to content

Commit

Permalink
cloud: Google Cloud works with base SUNetIDs now
Browse files Browse the repository at this point in the history
Google Cloud used to require a full (or full-sponsored) SUNetID.  Folks
with a base SUNetID would either not have a Google account, or it would
be disabled.  Now, it's possible for folks with a base SUNetID to have a
Google account, using a mechanism similar to sponsorship.

This changes the Google Cloud callout box language appropriately.

For Google Drive, a full (or full-sponsored) SUNetID is still required.
So, the wording for Google Drive has also been adjusted.
  • Loading branch information
akkornel committed Sep 24, 2024
1 parent 67aea09 commit d464f2d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
14 changes: 11 additions & 3 deletions cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,18 @@ you are interested in this.

# Google Cloud Storage

{% capture google-account-required %}
<h4>Stanford Google Account Required</h4>
<p>To access Google Cloud Storage, you need a Stanford Google account. If you
have Stanford email, you have a Stanford Google account. If you do not have
Stanford email, you & your sponsor should read about <em><a title="Stanford Google Workspace ID for Base SUNet IDs" href="https://uit.stanford.edu/service/accounts/googleworkspace-id">Stanford Google Workspace ID for Base SUNet IDs</a></em>.</p>
{% endcapture %}
{% comment %}
Capture is in the Google Cloud Storage section, above
{% endcomment %}
{% include info-box.html
icon="id-card"
header="Full SUNetID Required"
content="To interact with Google services through Stanford, you must have a full or full-sponsored SUNetID. Therefore, using the Globus Google connector also requires a full (or full-sponsored) SUNetID."
raw=google-account-required
%}

{% include info-box.html
Expand Down Expand Up @@ -204,7 +212,7 @@ and other High Risk projects.
{% include info-box.html
icon="id-card"
header="Full SUNetID Required"
content="To interact with Google services through Stanford, you must have a full or full-sponsored SUNetID. Therefore, using the Globus Google connector also requires a full (or full-sponsored) SUNetID."
content="To interact with Google Drive through Stanford, you must have a full or full-sponsored SUNetID. Therefore, using the Globus Google connector also requires a full (or full-sponsored) SUNetID."
%}

{% include info-box.html
Expand Down
11 changes: 8 additions & 3 deletions cloud/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ id: cloud
description: Globus works with Google Cloud Storage!
---

{% capture google-account-required %}
<h4>Stanford Google Account Required</h4>
<p>To access Google Cloud Storage, you need a Stanford Google account. If you
have Stanford email, you have a Stanford Google account. If you do not have
Stanford email, you & your sponsor should read about <em><a title="Stanford Google Workspace ID for Base SUNet IDs" href="https://uit.stanford.edu/service/accounts/googleworkspace-id">Stanford Google Workspace ID for Base SUNet IDs</a></em>.</p>
{% endcapture %}
{% include info-box.html
icon="id-card"
header="Full SUNetID Required"
content="To interact with Google services through Stanford, you must have a full or full-sponsored SUNetID. Therefore, using the Globus Google connector also requires a full (or full-sponsored) SUNetID."
raw=google-account-required
%}

# Google Cloud Storage
Expand All @@ -20,4 +25,4 @@ Google Cloud Storage may be accessed through the [Stanford Google Cloud
collection.

Google Cloud is one of the easiest cloud services to access, but more
documentation will be forthcoming!
documentation will be forthcoming!
2 changes: 1 addition & 1 deletion cloud/drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: Globus works with Google Drive, but with a number of restrictions.
{% include info-box.html
icon="id-card"
header="Full SUNetID Required"
content="To interact with Google services through Stanford, you must have a full or full-sponsored SUNetID. Therefore, using the Globus Google connector also requires a full (or full-sponsored) SUNetID."
content="To interact with Google Drive through Stanford, you must have a full or full-sponsored SUNetID. Therefore, using the Globus Google connector also requires a full (or full-sponsored) SUNetID."
%}

# Google Drive
Expand Down

0 comments on commit d464f2d

Please sign in to comment.