Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isKeyInList (0.18 sec)

  1. pilot/pkg/security/trustdomain/bundle.go

    		// has a * prefix. For example, "*-td" can match with "old-td" and "new-td", but we only want
    		// to keep the principal as-is in the generated config, .i.e. *-td.
    		if !isKeyInList(newPrincipal, principalsForAliases) {
    			principalsForAliases = append(principalsForAliases, newPrincipal)
    		}
    	}
    	return principalsForAliases
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 23 15:48:01 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top