Use managed secret controls for Files connectors

This commit is contained in:
2026-07-21 12:13:00 +02:00
parent f2dfb6c90e
commit 8826cf2890
5 changed files with 27 additions and 78 deletions

View File

@@ -116,8 +116,6 @@ export type FileConnectorCredentialsPayload = {
username?: string | null;
password?: string | null;
token?: string | null;
password_env?: string | null;
token_env?: string | null;
secret_ref?: string | null;
};