Use managed secret controls for Files connectors
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user