11453: "sso_insecure" config applies to remote Arvados auth, too.
[arvados.git] / doc / api / execution.html.textile.liquid
index 900e7659ef2e1827004951c12f0dcdd9be2b4279..998874763ec3ee39334e8499100c8e0282e2e322 100644 (file)
@@ -3,12 +3,17 @@ layout: default
 navsection: api
 title: Computing with Crunch
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 Crunch is the name for the Arvados system for managing computation.  It provides an abstract API to various clouds and HPC resource allocation and scheduling systems, and integrates closely with Keep storage and the Arvados permission system.
 
 h2. Container API
 
-Note: although the preferred API for Aravdos going forward, the Container API may not yet be available on all installations.
+Note: although the preferred API for Arvados going forward, the Container API may not yet be available on all installations.
 
 # To submit work, create a "container request":{{site.baseurl}}/api/methods/container_requests.html in the @Committed@ state.
 # The system will fufill the container request by creating or reusing a "Container object":{{site.baseurl}}/api/methods/containers.html and assigning it to the @container_uuid@ field.  If the same request has been submitted in the past, it may reuse an existing container.  The reuse behavior can be suppressed with @use_existing: false@ in the container request.