You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/12/19 20:07:00 UTC

[jira] [Commented] (NIFI-10978) Allow docker user to override LDAP Referral Strategy

    [ https://issues.apache.org/jira/browse/NIFI-10978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649459#comment-17649459 ] 

ASF subversion and git services commented on NIFI-10978:
--------------------------------------------------------

Commit ce237888e6551adaad3dbd59dd11654bd274a09a in nifi's branch refs/heads/main from Dominique Jean-Prost
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ce237888e6 ]

NIFI-10978 Added LDAP_REFERRAL_STRATEGY to NiFi Docker

This closes #6796

Signed-off-by: David Handermann <ex...@apache.org>


> Allow docker user to override LDAP Referral Strategy
> ----------------------------------------------------
>
>                 Key: NIFI-10978
>                 URL: https://issues.apache.org/jira/browse/NIFI-10978
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Docker
>            Reporter: Dominique Jean-Prost
>            Assignee: Dominique Jean-Prost
>            Priority: Minor
>             Fix For: 1.20.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> As a docker user, I cannot override {{Referral Strategy}} when launching a nifi instance.
> For the moment, in {{{}update_login_providers.sh{}}}, this variable is not defined, and is not overridable.
> The actual ENV defined variables are :
> {code:java}
> edit_property 'Authentication Strategy'     "${LDAP_AUTHENTICATION_STRATEGY}"
> edit_property 'Manager DN'                  "${LDAP_MANAGER_DN}"
> edit_property 'Manager Password'            "${LDAP_MANAGER_PASSWORD}"
> edit_property 'TLS - Keystore'              "${LDAP_TLS_KEYSTORE}"
> edit_property 'TLS - Keystore Password'     "${LDAP_TLS_KEYSTORE_PASSWORD}"
> edit_property 'TLS - Keystore Type'         "${LDAP_TLS_KEYSTORE_TYPE}"
> edit_property 'TLS - Truststore'            "${LDAP_TLS_TRUSTSTORE}"
> edit_property 'TLS - Truststore Password'   "${LDAP_TLS_TRUSTSTORE_PASSWORD}"
> edit_property 'TLS - Truststore Type'       "${LDAP_TLS_TRUSTSTORE_TYPE}"
> edit_property 'TLS - Protocol'              "${LDAP_TLS_PROTOCOL}"
> edit_property 'Url'                         "${LDAP_URL}"
> edit_property 'User Search Base'            "${LDAP_USER_SEARCH_BASE}"
> edit_property 'User Search Filter'          "${LDAP_USER_SEARCH_FILTER}"
> edit_property 'Identity Strategy'           "${LDAP_IDENTITY_STRATEGY}"
> {code}
> The aim of this issue is to add
> {code:java}
> edit_property 'Referral Strategy'           "${LDAP_REFERRAL_STRATEGY}"
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)