chore(keymanager): add tenant-id to keymanager requests (#6968)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Kartikeya Hegde
2025-01-06 20:37:20 +05:30
committed by GitHub
parent 84a4fb13d5
commit 79013024ff
12 changed files with 79 additions and 11 deletions

View File

@ -149,3 +149,6 @@ pub const APPLEPAY_VALIDATION_URL: &str =
/// Request ID
pub const X_REQUEST_ID: &str = "x-request-id";
/// Default Tenant ID for the `Global` tenant
pub const DEFAULT_GLOBAL_TENANT_ID: &str = "global";