Skip to content

v1.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@izgeri izgeri released this 05 Dec 03:21
fbdbfee

Notably in this release we add an alpha generic HTTP connector. This new connector enables you to use Secretless to inject authentication credentials into your API request for most APIs - even if Secretless doesn't have a built-in connector specifically for that API . All you have to do is update your Secretless configuration 💪

If you are interested in using the Secretless generic HTTP connector to securely handle your API authentication or to help in writing new HTTP connectors, please view the README.

Change log

Added

  • Added generic HTTP connector to enable writing new HTTP connectors via
    config (#995)

Changed

  • Improved logs for k8s CRD test failure debugging (#1027)
  • Updated Ruby version in docs container (#1028)
  • Updated Conjur HTTP connector to leverage the generic HTTP connector (#1009)
  • Reorganized integration tests (#958)
  • Updated Basic Auth HTTP connector to leverage the generic HTTP connector
    (#1007)
  • Replaced "honnef.co/go/tools" dependency in go.sum with a github link
  • Updated "ozzo-validation" dependency to latest version
  • Make forceSSL setting explicit in e2e tests