Expose the cluster identifier in values.yaml
[arvados-k8s.git] / charts / arvados / config / api-server / application.yml
index 1d2452237e91808356f4fd3bfbdf0af483a00f45..1389fcddab69bf23671bc88f2a20e3f33b5fc37c 100644 (file)
@@ -20,7 +20,7 @@ common:
   # The prefix used for all database identifiers to identify the record as
   # originating from this site.  Must be exactly 5 alphanumeric characters
   # (lowercase ASCII letters and digits).
-  uuid_prefix: vwxyz
+  uuid_prefix: {{ .Values.uuidPrefix }}
 
   # secret_token is a string of alphanumeric characters used by Rails
   # to sign session tokens. IMPORTANT: This is a site secret. It
@@ -306,6 +306,9 @@ common:
   # :none or :slurm_immediate
   crunch_job_wrapper: :slurm_immediate
 
+  # Disable the jobs api, in favor of the container api
+  disable_api_methods: [ jobs.create, pipeline_instances.create, pipeline_templates.create,jobs.get, pipeline_instances.get, pipeline_templates.get, jobs.list, pipeline_instances.list, pipeline_templates.list, jobs.index, pipeline_instances.index, pipeline_templates.index, jobs.update, pipeline_instances.update, pipeline_templates.update, jobs.queue, jobs.queue_size, job_tasks.create, job_tasks.get, job_tasks.list, job_tasks.index, job_tasks.update, jobs.show, pipeline_instances.show, pipeline_templates.show, jobs.show, job_tasks.show ]
+
   # username, or false = do not set uid when running jobs.
   crunch_job_user: crunch