[ 
https://issues.apache.org/jira/browse/KNOX-2801?focusedWorklogId=806415&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-806415
 ]

ASF GitHub Bot logged work on KNOX-2801:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Sep/22 14:40
            Start Date: 06/Sep/22 14:40
    Worklog Time Spent: 10m 
      Work Description: zeroflag opened a new pull request, #630:
URL: https://github.com/apache/knox/pull/630

   ## What changes were proposed in this pull request?
   
   Adding a warning message if there are multiple virtual groups with the same 
name.
   
   ## How was this patch tested?
   
   pending
   




Issue Time Tracking
-------------------

            Worklog Id:     (was: 806415)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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)

Reply via email to