Skip to content

Commit

Permalink
How often OPA should check the TLS certificate and private key file f…
Browse files Browse the repository at this point in the history
…or changes
  • Loading branch information
Ondrej Scecina committed Sep 16, 2024
1 parent 065c539 commit a2b9d26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/opal-client/opal_client/engine/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ class OpaServerOptions(BaseModel):
tls_private_key_file: Optional[str] = Field(
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"
)
log_level: LogLevel = Field(LogLevel.info, description="log level for opa logs")
files: Optional[List[str]] = Field(
None,
Expand Down

0 comments on commit a2b9d26

Please sign in to comment.