Skip to content

Commit

Permalink
Merge pull request #909 from CannonLock/write-config-ui
Browse files Browse the repository at this point in the history
Write config UI
  • Loading branch information
CannonLock authored Mar 8, 2024
2 parents 80602d4 + 6a71433 commit e592662
Show file tree
Hide file tree
Showing 26 changed files with 1,785 additions and 105 deletions.
10 changes: 5 additions & 5 deletions docs/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ description: >-
- "description" will show up in the web UI as helper text to help user understand the field
type: object
default: none
components: ["nsregistry"]
components: ["registry"]
---
name: Registry.InstitutionsUrl
description: >-
Expand Down Expand Up @@ -924,14 +924,14 @@ description: >-
Also note that Registry.Institutions will take precedence over this value if both are set.
type: url
default: none
components: ["nsregistry"]
components: ["registry"]
---
name: Registry.InstitutionsUrlReloadMinutes
description: >-
Number of minutes that the Registry.InstitutionsUrl will be reloaded into the TTL cache.
type: duration
default: 15m
components: ["nsregistry"]
components: ["registry"]
---
name: Registry.RequireCacheApproval
description: >-
Expand All @@ -940,7 +940,7 @@ description: >-
type: bool
default: false
osdf_default: true
components: ["nsregistry"]
components: ["registry"]
---
name: Registry.RequireOriginApproval
description: >-
Expand All @@ -950,7 +950,7 @@ description: >-
type: bool
default: false
osdf_default: true
components: ["nsregistry"]
components: ["registry"]
---
############################
# Server-level configs #
Expand Down
Loading

0 comments on commit e592662

Please sign in to comment.