X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/afb710394b65fc82da8e4edd024a3a5fc1a18d54..07a2b2c0e743f36be03e746a7e265986db555d3e:/services/api/config/application.default.yml?ds=sidebyside diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index 2f32556733..89f9892d47 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -382,6 +382,28 @@ common: # original job reuse behavior, and is still the default). reuse_job_if_outputs_differ: false + ### + ### Federation support. + ### + + # You can enable use of this cluster by users who are authenticated + # by a remote Arvados site. Control which remote hosts are trusted + # to authenticate which user IDs by configuring remote_hosts, + # remote_hosts_via_dns, or both. The default configuration disables + # remote authentication. + + # Map known prefixes to hosts. For example, if user IDs beginning + # with "zzzzz-" should be authenticated by the Arvados server at + # "zzzzz.example.com", use: + # + # remote_hosts: + # zzzzz: zzzzz.example.com + remote_hosts: {} + + # Use {prefix}.arvadosapi.com for any prefix not given in + # remote_hosts above. + remote_hosts_via_dns: false + ### ### Remaining assorted configuration options. ###