Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for memberships (0.47 sec)

  1. istioctl/pkg/xds/google.go

    	client := exClient.Dynamic()
    	gvr := schema.GroupVersionResource{
    		Group:    "hub.gke.io",
    		Version:  "v1",
    		Resource: "memberships",
    	}
    	u, err := client.Resource(gvr).Get(ctx, "membership", metav1.GetOptions{})
    	if err != nil {
    		return nil, err
    	}
    	spec, ok := u.Object["spec"].(map[string]any)
    	if !ok {
    		return nil, errors.New(`field "spec" is not a map`)
    	}
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Nov 14 20:23:34 GMT 2022
    - 3.4K bytes
    - Viewed (0)
  2. cmd/iam-store.go

    		cache.updatedAt = time.Now()
    		return nil
    	}
    
    	gi := cache.iamGroupsMap[group]
    
    	// Updating the group memberships cache happens in two steps:
    	//
    	// 1. Remove the group from each user's list of memberships.
    	// 2. Add the group to each member's list of memberships.
    	//
    	// This ensures that regardless of members being added or
    	// removed, the cache stays current.
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 74.4K bytes
    - Viewed (2)
  3. docs/sts/ldap.md

    - find accounts (user DNs) that have been removed; any active STS credentials or MinIO service accounts belonging to these users are purged.
    
    - find accounts whose group memberships have changed; access policies available to a credential are updated to reflect the change, i.e. they will lose any privileges associated with a group they are removed from, and gain any privileges associated with a group they are added to.
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 18.4K bytes
    - Viewed (1)
  4. cmd/iam.go

    			gSet := set.CreateStringSet(cred.Groups...)
    			if gSet.Equals(currGroupsSet) {
    				// No change to groups memberships for this
    				// credential.
    				continue
    			}
    
    			// Expired credentials don't need group membership updates.
    			if cred.IsExpired() {
    				continue
    			}
    
    			cred.Groups = currGroups
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 18 19:09:19 GMT 2024
    - 69.9K bytes
    - Viewed (1)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IPV6_MAX_MEMBERSHIPS = 4095 #53466
    pkg syscall (freebsd-riscv64), const IPV6_MAX_MEMBERSHIPS ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPV6_MAX_SOCK_SRC_FILTER = 128 #53466
    pkg syscall (freebsd-riscv64), const IPV6_MAX_SOCK_SRC_FILTER ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPV6_MIN_MEMBERSHIPS = 31 #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPV6_MAX_MEMBERSHIPS = 4095
    pkg syscall (darwin-arm64), const IPV6_MAX_MEMBERSHIPS ideal-int
    pkg syscall (darwin-arm64), const IPV6_MAX_SOCK_SRC_FILTER = 128
    pkg syscall (darwin-arm64), const IPV6_MAX_SOCK_SRC_FILTER ideal-int
    pkg syscall (darwin-arm64), const IPV6_MIN_MEMBERSHIPS = 31
    pkg syscall (darwin-arm64), const IPV6_MIN_MEMBERSHIPS ideal-int
    pkg syscall (darwin-arm64), const IPV6_MMTU = 1280
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const INPCK = 16
    pkg syscall (freebsd-arm64), const INPCK ideal-int
    pkg syscall (freebsd-arm64), const IP_ADD_MEMBERSHIP = 12
    pkg syscall (freebsd-arm64), const IP_ADD_SOURCE_MEMBERSHIP = 70
    pkg syscall (freebsd-arm64), const IP_ADD_SOURCE_MEMBERSHIP ideal-int
    pkg syscall (freebsd-arm64), const IP_BINDANY = 24
    pkg syscall (freebsd-arm64), const IP_BINDANY ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (linux-386-cgo), const IP_DROP_MEMBERSHIP = 36
    pkg syscall (linux-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
    pkg syscall (linux-386-cgo), const IP_FREEBIND = 15
    pkg syscall (linux-386-cgo), const IP_HDRINCL = 3
    pkg syscall (linux-386-cgo), const IP_IPSEC_POLICY = 16
    pkg syscall (linux-386-cgo), const IP_MAXPACKET = 65535
    pkg syscall (linux-386-cgo), const IP_MAX_MEMBERSHIPS = 20
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (darwin-386), const IPV6_MAX_GROUP_SRC_FILTER ideal-int
    pkg syscall (darwin-386), const IPV6_MAX_MEMBERSHIPS ideal-int
    pkg syscall (darwin-386), const IPV6_MAX_SOCK_SRC_FILTER ideal-int
    pkg syscall (darwin-386), const IPV6_MIN_MEMBERSHIPS ideal-int
    pkg syscall (darwin-386), const IPV6_MMTU ideal-int
    pkg syscall (darwin-386), const IPV6_PORTRANGE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_MMTU ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_MSFILTER ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top