Skip to content

Support TLS CA File configuration.

Paul Bryant requested to merge 89-general-ca-config into develop

Added new configuration option to support TLS CA Files in a similar fashion to the official runner to allow duplicated configurations. In addition to adding this support the 'gitlabjwt' package has been slightly refactored to allow more optional control from callers in an easier to expand/manage fashion. These will ideally be the last modifications to JWT related interfaces prior to the first major release.

[general]
tls-ca-file = "/test/file.crt"

Closes #89 (closed)

Edited by Paul Bryant

Merge request reports