Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LookupAutoEncryption (0.19 sec)

  1. cmd/config-current.go

    	if err != nil {
    		configLogIf(ctx, fmt.Errorf("Invalid site configuration: %w", err))
    	}
    	globalSite.Update(siteCfg)
    
    	globalAutoEncryption = crypto.LookupAutoEncryption() // Enable auto-encryption if enabled
    	if globalAutoEncryption && GlobalKMS == nil {
    		logger.Fatal(errors.New("no KMS configured"), "MINIO_KMS_AUTO_ENCRYPTION requires a valid KMS configuration")
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 08:14:58 UTC 2024
    - 30.8K bytes
    - Viewed (0)
Back to top