X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/224f384d411bb1b4cccc7165c55bb64fd5c695ad..734335da27f27e2177d3b931b1e5e9e8e83a042f:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index 96e7596e8b..5fe03024bf 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -264,6 +264,11 @@ common: # Use at your own risk. unlogged_attributes: [] + # API methods to disable. Disabled methods are not listed in the + # discovery document, and respond 404 to all requests. + # Example: ["jobs.create", "pipeline_instances.create"] + disable_api_methods: [] + ### ### Crunch, DNS & compute node management ### @@ -381,6 +386,13 @@ common: # graph cache. This feature is experimental! async_permissions_update: false + # Default value for container_count_max for container requests. This is the + # number of times Arvados will create a new container to satisfy a container + # request. If a container is cancelled it will retry a new container if + # container_count < container_count_max on any container requests associated + # with the cancelled container. + container_count_max: 3 + development: force_ssl: false cache_classes: false