Skip to content

Commit

Permalink
Set default value for empty stringSlice to [] in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Saartank committed Nov 14, 2024
1 parent d119d27 commit 6745d90
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ description: |+
Subdirectories of the provided directories are not read. Only the root config file's `ConfigLocations` key is used, and any redefinitions are ignored.
type: stringSlice
default: none
default: []
components: ["*"]
---
name: Debug
Expand Down Expand Up @@ -566,7 +566,7 @@ description: |+
This configuration is meant mostly to be used by passing the -v flag from the command line. Paths exported with this
configuration will inherit the origin's abilities, so individual export configurations are not possible.
type: stringSlice
default: none
default: []
components: ["origin"]
---
name: Origin.EnablePublicReads
Expand Down Expand Up @@ -765,7 +765,7 @@ name: Origin.ScitokensRestrictedPaths
description: |+
Enable the built-in issuer daemon for the origin.
type: stringSlice
default: none
default: []
components: ["origin"]
---
name: Origin.ScitokensMapSubject
Expand Down Expand Up @@ -1210,7 +1210,7 @@ description: |+
the cache is allowed to access any namespace that's advertised to the director. Otherwise, it will
only be allowed to access the listed namespaces.
type: stringSlice
default: none
default: []
components: ["cache"]
---
name: Cache.SelfTest
Expand Down Expand Up @@ -1285,7 +1285,7 @@ description: |+
If present, the hostname is taken from the X-Forwarded-Host header in the request. Otherwise, Host is used.
type: stringSlice
default: none
default: []
components: ["director"]
---
name: Director.CacheSortMethod
Expand Down Expand Up @@ -1314,7 +1314,7 @@ description: |+
If present, the hostname is taken from the X-Forwarded-Host header in the request. Otherwise, Host is used.
type: stringSlice
default: none
default: []
components: ["director"]
---
name: Director.MaxMindKeyFile
Expand Down Expand Up @@ -1447,7 +1447,7 @@ description: |+
A list of server resource names that the Director should consider in downtime, preventing the Director from issuing redirects to them.
Additional downtimes are aggregated from Topology (when the Director is served in OSDF mode), and the Web UI.
type: stringSlice
default: none
default: []
components: ["director"]
---
name: Director.SupportContactEmail
Expand Down Expand Up @@ -1489,7 +1489,7 @@ description: |+
This setting allows for compatibility with specific legacy OSDF origins and is not needed for new origins.
type: stringSlice
default: none
default: []
components: ["director"]
hidden: true
---
Expand Down Expand Up @@ -1852,7 +1852,7 @@ description: |+
The "subject" claim should be the "CILogon User Identifier" from CILogon user page: https://cilogon.org/
type: stringSlice
default: none
default: []
components: ["registry","origin","cache"]
---
name: Server.StartupTimeout
Expand Down Expand Up @@ -2477,7 +2477,7 @@ name: Shoveler.OutputDestinations
description: |+
A list of <IP:Port> destinations to forward XRootD monitoring packet to.
type: stringSlice
default: none
default: []
components: ["origin", "cache"]
---
name: Shoveler.VerifyHeader
Expand Down

0 comments on commit 6745d90

Please sign in to comment.