From eebc4f8d38ddd6fe90e3d27c1bf4f4c16e029ede Mon Sep 17 00:00:00 2001 From: Martti Tamm Date: Wed, 15 May 2024 13:56:22 +0300 Subject: [PATCH] Update sample config with HTSGET --- config/default-config.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config/default-config.yaml b/config/default-config.yaml index 82ef1ee3..7ac3cc13 100644 --- a/config/default-config.yaml +++ b/config/default-config.yaml @@ -42,7 +42,7 @@ Server: # OidcAuth: # # URL of the OIDC service configuration: # ServiceConfigUrl: "" - # # Client ID and secret are sent with the token introspection request + # # Client ID and secret are sent with the token introspection request # # (Basic authentication): # ClientId: # ClientSecret: @@ -313,7 +313,7 @@ AWSBatch: # Kubernetes describes the configuration for the Kubernetes compute backend. Kubernetes: # The executor used to execute tasks. Available executors: docker, kubernetes - Executor: "docker" + Executor: "docker" # Turn off task state reconciler. When enabled, Funnel communicates with Kubernetes # to find tasks that are stuck in a queued state or errored and # updates the task state accordingly. @@ -392,3 +392,8 @@ FTPStorage: Timeout: 10s User: "anonymous" Password: "anonymous" + +HTSGETStorage: + Disabled: false + Protocol: https + SendPublicKey: false