Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/documentation/mult…
Browse files Browse the repository at this point in the history
…i-d66d039ac5
  • Loading branch information
danyi1212 authored Dec 2, 2024
2 parents fc5cef7 + e1e0d2b commit 9b5a5d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions documentation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/opal-client/opal_client/engine/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class OpaServerOptions(BaseModel):
None, description="path of TLS private key file"
)
tls_cert_refresh_period: Optional[str] = Field(
None, description="how often OPA should check the TLS certificate and private key file for changes"
None,
description="how often OPA should check the TLS certificate and private key file for changes",
)
log_level: LogLevel = Field(LogLevel.info, description="log level for opa logs")
files: Optional[List[str]] = Field(
Expand Down

0 comments on commit 9b5a5d3

Please sign in to comment.