diff --git a/frontend/src/hooks/api/dynamicSecret/types.ts b/frontend/src/hooks/api/dynamicSecret/types.ts index 6aaf301d6..c17af7823 100644 --- a/frontend/src/hooks/api/dynamicSecret/types.ts +++ b/frontend/src/hooks/api/dynamicSecret/types.ts @@ -270,7 +270,11 @@ export type TDynamicSecretProvider = clusterToken: string; ca?: string; serviceAccountName: string; + credentialType: "dynamic" | "static"; namespace: string; + gatewayId?: string; + sslEnabled: boolean; + audiences: string[]; }; };