Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MigrateTrustDomain (0.74 sec)

  1. pilot/pkg/security/authz/model/model.go

    	}
    	if len(r.To) == 0 {
    		m.permissions = append(m.permissions, basePermission)
    	}
    
    	return &m, nil
    }
    
    // MigrateTrustDomain replaces the trust domain in source principal based on the trust domain aliases information.
    func (m *Model) MigrateTrustDomain(tdBundle trustdomain.Bundle) {
    	for _, p := range m.principals {
    		for _, r := range p.rules {
    			if r.key == attrSrcPrincipal {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top