Перейти к основному содержимому

ADLSCredentialsControllerService

Описание

Определяет учетные данные для процессоров ADLS.

Теги

azure, microsoft, cloud, storage, adls, credentials

Свойства

НазваниеОписание
Storage Account NameThe storage account name. There are certain risks in allowing the account name to be stored as a FlowFile attribute. While it does provide for a more flexible flow by allowing the account name to be fetched dynamically from a FlowFile attribute, care must be taken to restrict access to the event provenance data (e.g., by strictly controlling the policies governing provenance for this processor). In addition, the provenance repositories may be put on encrypted disk partitions. Чувствительный параметр: true Поддерживает язык выражений: true (будет оцениваться с использованием атрибутов файла потока и переменных среды)
Endpoint SuffixВ общедоступных учетных записях хранения Azure всегда используется общий суффикс FQDN. При определенных обстоятельствах (например, в Azure Stack или в непубличных регионах Azure) этот суффикс можно заменить другим. Поддерживает язык выражений: true (будет оцениваться только с использованием переменных среды)
Credentials TypeТип учетных данных, используемых для аутентификации в Azure
Account KeyThe storage account key. This is an admin-like password providing access to every container in this account. It is recommended one uses Shared Access Signature (SAS) token, Managed Identity or Service Principal instead for fine-grained control with policies. There are certain risks in allowing the account key to be stored as a FlowFile attribute. While it does provide for a more flexible flow by allowing the account key to be fetched dynamically from a FlowFile attribute, care must be taken to restrict access to the event provenance data (e.g., by strictly controlling the policies governing provenance for this processor). In addition, the provenance repositories may be put on encrypted disk partitions. Чувствительный параметр: true Поддерживает язык выражений: true (будет оцениваться с использованием атрибутов файла потока и переменных среды)This Property is only considered if the [Credentials Type] Property has a value of "Account Key".
SAS TokenShared Access Signature token (the leading '?' may be included) There are certain risks in allowing the SAS token to be stored as a FlowFile attribute. While it does provide for a more flexible flow by allowing the SAS token to be fetched dynamically from a FlowFile attribute, care must be taken to restrict access to the event provenance data (e.g., by strictly controlling the policies governing provenance for this processor). In addition, the provenance repositories may be put on encrypted disk partitions. Чувствительный параметр: true Поддерживает язык выражений: true (будет оцениваться с использованием атрибутов файла потока и переменных среды)This Property is only considered if the [Credentials Type] Property has a value of "SAS Token".
Managed Identity Client IDИдентификатор клиента управляемой идентификации. Это свойство необходимо, если для аутентификации используется управляемая идентификация, назначаемая пользователем. В случае управляемой идентификации, назначаемой системой, оно должно быть пустым. Чувствительный параметр: trueThis Property is only considered if the [Credentials Type] Property has a value of "Managed Identity".
Service Principal Tenant IDИдентификатор клиента Azure Active Directory, в котором размещен субъект-служба. Чувствительный параметр: trueThis Property is only considered if the [Credentials Type] Property has a value of "Service Principal".
Service Principal Client IDИдентификатор клиента (или идентификатор приложения) клиента/приложения, в котором размещен субъект-служба. Чувствительный параметр: trueThis Property is only considered if the [Credentials Type] Property has a value of "Service Principal".
Service Principal Client SecretПароль клиента/приложения. Чувствительный параметр: trueThis Property is only considered if the [Credentials Type] Property has a value of "Service Principal".
Proxy Configuration ServiceSpecifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: SOCKS, HTTP In case of SOCKS, it is not guaranteed that the selected SOCKS Version will be used by the processor.This Property is only considered if the [Credentials Type] Property is set to one of the following values: [Service Principal], [Managed Identity]