[
https://issues.apache.org/jira/browse/KNOX-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601188#comment-17601188
]
ASF subversion and git services commented on KNOX-2801:
-------------------------------------------------------
Commit 634a25d343d70c54be1efcf7064195d12f5a5550 in knox's branch
refs/heads/master from Attila Magyar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=634a25d34 ]
KNOX-2801 Error Message should come in virtual group mapping provider if there
are multiple occurrence's of a virtual group. (#630)
> Error Message should come in virtual group mapping provider if there are
> multiple occurrence's of a virtual group.
> ------------------------------------------------------------------------------------------------------------------
>
> Key: KNOX-2801
> URL: https://issues.apache.org/jira/browse/KNOX-2801
> Project: Apache Knox
> Issue Type: Improvement
> Reporter: Abhilash Perla
> Assignee: Attila Magyar
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> If the user configures two groups with the same name, the 2nd one is going to
> overwrite the 1st one. Which is fine but we should inform the user about this
> in a warning message because this is likely not what they wanted.
> {code}
> <provider>
> <role>identity-assertion</role>
> <name>HadoopGroupProvider</name>
> <enabled>true</enabled>
> <param>
> <name>group.mapping.abhi</name>
> <value>true</value>
> </param>
> <param>
> <name>group.mapping.abhi</name>
> <value>false</value>
> </param>
> </provider>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)