Skip to content

v1.0.0

Compare
Choose a tag to compare
@arielsepton arielsepton released this 29 Apr 21:32
76c63e4

This release introduces a significant enhancement to Crossplane's provider-http, enabling the secure injection of sensitive data from Kubernetes secrets both into HTTP requests and from HTTP responses into Kubernetes secrets.

Changes Made

  • API Version Update: The API version has been bumped from v1alpha1 to v1alpha2 to incorporate the new feature.
  • Secret Injection Syntax: Users can now utilize the syntax {{ name:namespace:key }} to inject secret data into request bodies and headers.
  • Response Data Patching: Implemented the capability to patch response data from HTTP requests into Kubernetes secrets, allowing dynamic updates.
  • Example Updates: Provided updated examples (DisposableRequest and Request) to illustrate the utilization of secret injections and response data patching.