feat(playout): allow harbor ssl configuration
This commit is contained in:
parent
8764feded9
commit
b2fc3a5ecf
17 changed files with 248 additions and 13 deletions
|
@ -133,6 +133,7 @@ class HarborInput(BaseInput):
|
|||
kind: Literal[InputKind.HARBOR] = InputKind.HARBOR
|
||||
mount: str
|
||||
port: int
|
||||
secure: bool = False
|
||||
|
||||
_mount_no_leading_slash = no_leading_slash_validator("mount")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue