Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How often OPA should check the TLS certificate and private key file f… #657

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ojecborec
Copy link

In the recent OPAL version only following OPA TLS CLI arguments are supported

--tls-cert-file=<path> specifies the path of the file containing the TLS certificate.
--tls-private-key-file=<path> specifies the path of the file containing the TLS private key.
--tls-ca-cert-file=<path>

Let us have tls-cert-refresh-period as well.

--tls-cert-refresh-period=<duration> specifies how often OPA should check the TLS certificate and private key file for changes (defaults to 0s, disabling periodic refresh). This argument accepts any duration, such as “30s”, “5m” or “24h”.

resolves #656

Copy link

netlify bot commented Sep 16, 2024

Deploy Preview for opal-docs canceled.

Name Link
🔨 Latest commit a2b9d26
🔍 Latest deploy log https://app.netlify.com/sites/opal-docs/deploys/66e7fe32af6ec00009b08c04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I'm getting tons of TLS config reloaded messages when OPAL_LOG_TO_FILE is true
1 participant