Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for polas (0.12 sec)

  1. cmd/iam-store.go

    	if !stsAccountFound {
    		pols, _ := cache.iamUserPolicyMap.Load(accessKey)
    		for _, policy := range pols.toSlice() {
    			if _, found = cache.iamPolicyDocsMap[policy]; !found {
    				store.loadPolicyDocWithRetry(ctx, policy, cache.iamPolicyDocsMap, 3)
    			}
    		}
    	} else {
    		pols, _ := cache.iamSTSPolicyMap.Load(stsUserCred.Credentials.AccessKey)
    		for _, policy := range pols.toSlice() {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Apr 27 10:04:10 GMT 2024
    - 75.2K bytes
    - Viewed (2)
  2. internal/kms/config.go

    	EnvKESServerCA         = "MINIO_KMS_KES_CAPATH"         // Path to file/directory containing CA certificates to verify the KES server certificate
    	EnvKESKeyCacheInterval = "MINIO_KMS_KEY_CACHE_INTERVAL" // Period between polls of the KES KMS Master Key cache, to prevent it from being unused and purged
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 15 07:42:50 GMT 2024
    - 2K bytes
    - Viewed (0)
Back to top