Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Parenti (0.28 sec)

  1. cmd/iam-store.go

    		// For STS accounts a policy is mapped to the parent user (if a mapping exists).
    		err = store.loadMappedPolicy(ctx, cred.ParentUser, userType, false, cache.iamSTSPolicyMap)
    	case svcUser:
    		// For service accounts, the parent may be a regular (internal) IDP
    		// user or a "virtual" user (parent of an STS account).
    		//
    		// If parent is a regular user => policy mapping is done on that parent itself.
    		//
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Apr 27 10:04:10 GMT 2024
    - 75.2K bytes
    - Viewed (2)
  2. cmd/xl-storage.go

    		return err
    	}
    
    	parentFilePath := pathutil.Dir(filePath)
    	defer func() {
    		if err != nil {
    			if volume == minioMetaTmpBucket {
    				// only cleanup parent path if the
    				// parent volume name is minioMetaTmpBucket
    				removeAll(parentFilePath)
    			}
    		}
    	}()
    
    	return s.writeAllDirect(ctx, filePath, fileSize, r, os.O_CREATE|os.O_WRONLY|os.O_EXCL, volumeDir)
    }
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 84.7K bytes
    - Viewed (0)
  3. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10CallResolver.kt

            val isCallArgError = diagnostic.factory in callArgErrors
            val reportedPsi = diagnostic.psiElement
            val reportedPsiParent = reportedPsi.parent
            when {
                // Errors reported on the querying element or the `selectorExpression`/`calleeExpression` of the querying element
                isResolutionError &&
                        (reportedPsi == psi ||
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Mon Apr 29 12:48:54 GMT 2024
    - 34.8K bytes
    - Viewed (0)
  4. helm/minio/values.yaml

          memory: 128Mi
      # Command to run after the main command on exit
      exitCommand: ""
    
    ## List of service accounts to be created after minio install
    ##
    svcaccts: []
      ## accessKey, secretKey and parent user to be assigned to the service accounts
      ## Add new service accounts as explained here https://min.io/docs/minio/kubernetes/upstream/administration/identity-access-management/minio-user-management.html#service-accounts
    Others
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 18.4K bytes
    - Viewed (0)
  5. helm-releases/minio-5.2.0.tgz

    enabled: false runAsUser: 1000 runAsGroup: 1000 resources: requests: memory: 128Mi # Command to run after the main command on exit exitCommand: "" ## List of service accounts to be created after minio install ## svcaccts: [] ## accessKey, secretKey and parent user to be assigned to the service accounts ## Add new service accounts as explained here https://min.io/docs/minio/kubernetes/upstream/administration/identity-access-management/minio-user-management.html#service-accounts # - accessKey: console-svcacct...
    Others
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 21.7K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    ### Refactors
    
    * ♻ Remove `media_type` from `ORJSONResponse` as it's inherited from the parent class. PR [#5805](https://github.com/tiangolo/fastapi/pull/5805) by [@Kludex](https://github.com/Kludex).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  7. RELEASE.md

            reduce the TF pip binary size. Earlier releases included PTX for a
            variety of older compute capabilities.
        *   Remove environmental variable `TF_USE_CUDNN`.
    *   Others
        *   Retain parent namescope for ops added inside
            `tf.while_loop`/`tf.cond`/`tf.switch_case`.
        *   Update `tf.vectorized_map` to support vectorizing `tf.while_loop` and
            TensorList operations.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top