Skip to content

Commit

Permalink
Update sample config with HTSGET
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtamm committed May 15, 2024
1 parent af219ab commit eebc4f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/default-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -392,3 +392,8 @@ FTPStorage:
Timeout: 10s
User: "anonymous"
Password: "anonymous"

HTSGETStorage:
Disabled: false
Protocol: https
SendPublicKey: false

0 comments on commit eebc4f8

Please sign in to comment.