From 6f259c6beea47189f6178a4701b0a7ad6f150e49 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Thu, 10 Apr 2025 07:05:43 -0300 Subject: [PATCH] fix: add conditional authorization header for dslf in curl commands (#7457) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ (get-curl-code.tsx): add support for ENABLE_DATASTAX_LANGFLOW feature flag to include Authorization header in curl command if flag is enabled * 🐛 (get-curl-code.tsx): fix conditional logic for adding x-api-key header in curl command to correctly handle authentication status --------- Co-authored-by: Mike Fortman