20750: Fix documentation link typo 20750-sharing-token-scopes
authorBrett Smith <brett.smith@curii.com>
Thu, 24 Aug 2023 19:11:32 +0000 (15:11 -0400)
committerBrett Smith <brett.smith@curii.com>
Thu, 24 Aug 2023 19:11:32 +0000 (15:11 -0400)
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

doc/admin/upgrading.html.textile.liquid

index 7c521a24ba8f76ca8c3cc6298cda2e9fb5e87aab..5aec1cbb6dd8f05a30b17a5d1a2fe699a3626830 100644 (file)
@@ -50,7 +50,7 @@ The defaults for all of these options match the previous behavior of @arvados-lo
 
 h3. API clients can always retrieve their current token, regardless of scopes
 
-We have introduced a small exception to the previous behavior of "Arvados API token scopes":{{ site.baseurl }}:/admin/scoped-tokens.html in this release. A valid token is now always allowed to issue a request to "@GET /arvados/v1/api_client_authorizations/current@":{{ site.baseurl }}/api/methods/api_client_authorizations.html#current regardless of its scopes. This allows clients to reliably determine whether a request failed because a token is invalid, or because the token is not permitted to perform a particular request. The API server itself needs to be able to do this to validate tokens issued by other clusters in a federation.
+We have introduced a small exception to the previous behavior of "Arvados API token scopes":{{ site.baseurl }}/admin/scoped-tokens.html in this release. A valid token is now always allowed to issue a request to "@GET /arvados/v1/api_client_authorizations/current@":{{ site.baseurl }}/api/methods/api_client_authorizations.html#current regardless of its scopes. This allows clients to reliably determine whether a request failed because a token is invalid, or because the token is not permitted to perform a particular request. The API server itself needs to be able to do this to validate tokens issued by other clusters in a federation.
 
 h3. UseAWSS3v2Driver option removed