Skip to main content

Variable: GatewayRequestHashicorpKubernetesAuthConfigSchema

const GatewayRequestHashicorpKubernetesAuthConfigSchema: z.ZodType<{
vault_auth_type: "kubernetes";
vault_addr: string;
vault_role: string;
vault_namespace?: string;
}>;

Defined in: src/models/ai-gateway-extensions.ts:1653

SCM HashicorpKubernetesAuthConfig; stable request fields are strict; extension maps accept finite JSON.