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”.
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