v1.0.0
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
tov1alpha2
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
andRequest
) to illustrate the utilization of secret injections and response data patching.