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-9423f4c335
  • Loading branch information
danyi1212 authored Dec 2, 2024
2 parents 5881e42 + e1e0d2b commit ddc40cd
Showing 1 changed file with 2 additions and 1 deletion.
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 ddc40cd

Please sign in to comment.