Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 488 for Kids (0.04 sec)

  1. pilot/pkg/security/authz/builder/testdata/http/simple-policy-td-aliases-out.yaml

                    - header:
                        name: :method
                        stringMatch:
                          exact: rule[0]-to[0]-method[0]
            principals:
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          exact: spiffe://td1/ns/rule[0]/sa/from[0]-principal[0]
                    - authenticated:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/simple-policy-multiple-td-aliases-out.yaml

        policies:
          ns[foo]-policy[httpbin]-rule[0]:
            permissions:
            - andRules:
                rules:
                - any: true
            principals:
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          exact: spiffe://td1/ns/rule[0]/sa/from[0]-principal[0]
                    - authenticated:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. pkg/proxy/proxyinfo.go

    // GetIDsFromProxyInfo is a helper function to retrieve list of IDs from Proxy.
    func GetIDsFromProxyInfo(kubeClient kube.CLIClient, istioNamespace string) ([]string, error) {
    	var IDs []string
    	pi, err := GetProxyInfo(kubeClient, istioNamespace)
    	if err != nil {
    		return IDs, fmt.Errorf("failed to get proxy infos: %v", err)
    	}
    	for _, pi := range *pi {
    		IDs = append(IDs, pi.ID)
    	}
    	return IDs, nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 06 22:41:32 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/analysis/resource_alias_analysis.h

      // b) IDs in range [0,kMaxResourceTypeId] represent resource type IDs; we use
      //    such IDs when we know the resource type but not the instance
      // c) IDs > kMaxResourceTypeId represent resource instance IDs (i.e., we know
      //    the specific resource instance)
      //
      // Note: In general, there can be different ops allocating a resource of the
      // same type, for one we might assign a resource type ID and for the other
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/builder/testdata/http/extended-simple-policy-principal-with-wildcard-out.yaml

                - any: true
            principals:
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: .+
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/http/simple-policy-principal-with-wildcard-out.yaml

                - any: true
            principals:
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: .+
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/internal/id/ConfigurationCacheableIdFactory.java

        /**
         * Creates a new unique id.
         * <p>
         * New ids can only be created if no ids have been loaded from the configuration cache.
         * When re-creating an object due to loading from the configuration cache,
         * {@link #idRecreated()} must be called before the object is re-created to make sure the consistency of the ids.
         *
         * @throws IllegalStateException if an id has already been loaded.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. src/os/user/lookup_windows.go

    	var sids []string
    	for _, entry := range entries {
    		if entry.Name == nil {
    			continue
    		}
    		sid, err := lookupGroupName(windows.UTF16PtrToString(entry.Name))
    		if err != nil {
    			return nil, err
    		}
    		sids = append(sids, sid)
    	}
    	return sids, nil
    }
    
    func newUser(uid, gid, dir, username, domain string) (*User, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 16:42:41 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  9. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/incremental/CompilationStateSerializer.java

                for (IncludeFileEdge includeFileState : sourceFileState.getEdges()) {
                    Integer id = ids.get(includeFileState);
                    if (id == null) {
                        id = ids.size();
                        ids.put(includeFileState, id);
                        encoder.writeSmallInt(id);
                        encoder.writeString(includeFileState.getIncludePath());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/extended-td-aliases-source-principal-out.yaml

                rules:
                - any: true
            principals:
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: .*/ns/istio-system/.*
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top