Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/agave/guides/authorization/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The request will include parameters in the query string:
</tr>
<tr>
<td>redirect_uri</td>
<td><i>Required</i>. The URI to redirect to after the user grants/denies permission. This URI needs to have been entered in the Redirect URI whitelist that you specified when you registered your application. The value of <code>redirect_uri</code> here must exactly match one of the values you entered when you registered your application, including upper/lowercase, terminating slashes, etc.</td>
<td><i>Required</i>. The URI to redirect to after the user grants/denies permission. This URI needs to have been entered in the Redirect URI include list that you specified when you registered your application. The value of <code>redirect_uri</code> here must exactly match one of the values you entered when you registered your application, including upper/lowercase, terminating slashes, etc.</td>
</tr>
<tr>
<td>scope</td>
Expand Down
6 changes: 3 additions & 3 deletions docs/agave/guides/jobs/the-job-lifecycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Job Lifecycle Management
========================

Tapis handles all of the end-to-end details involved with managing a job lifecycle for you. This can seem like black magic at times, so here we detail the overall lifecycle process every job goes through.
Tapis handles all of the end-to-end details involved with managing a job lifecycle for you. This can seem like magic at times, so here we detail the overall lifecycle process every job goes through.


.. raw:: html
Expand Down Expand Up @@ -52,10 +52,10 @@ Tapis handles all of the end-to-end details involved with managing a job lifecyc
<li>wrapper script is filtered

<ol>
<li>blacklisted commands are removed</li>
<li>exclude list commands are removed</li>
<li>app parameter template variables are resolved against job parameter values.</li>
<li>app input template variables are resolved against job input values</li>
<li>blacklisted commands are removed again</li>
<li>exclude list commands are removed again</li>
</ol></li>
<li>"CLEANING_UP" callback written</li>
<li>All template macros are resolved.</li>
Expand Down