mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Merge branch 'main' into switch-to-db-d
This commit is contained in:
		
						commit
						393aae01df
					
				
							
								
								
									
										4
									
								
								acls.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								acls.go
									
									
									
									
									
								
							@ -421,9 +421,9 @@ func excludeCorrectlyTaggedNodes(
 | 
			
		||||
) []Machine {
 | 
			
		||||
	out := []Machine{}
 | 
			
		||||
	tags := []string{}
 | 
			
		||||
	for tag, ns := range aclPolicy.TagOwners {
 | 
			
		||||
	for tag := range aclPolicy.TagOwners {
 | 
			
		||||
		owners, _ := expandTagOwners(aclPolicy, namespace, stripEmailDomain)
 | 
			
		||||
		ns = append(owners, namespace)
 | 
			
		||||
		ns := append(owners, namespace)
 | 
			
		||||
		if contains(ns, namespace) {
 | 
			
		||||
			tags = append(tags, tag)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user