Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _MINIO_POLICY_PLUGIN_ENDPOINT (0.1 sec)

  1. cmd/admin-handlers-users_test.go

    	ctx, cancel := context.WithTimeout(context.Background(), testDefaultTimeout)
    	defer cancel()
    
    	pluginEndpoint := env.Get("_MINIO_POLICY_PLUGIN_ENDPOINT", "")
    	if pluginEndpoint == "" {
    		c.Skip("_MINIO_POLICY_PLUGIN_ENDPOINT not given - skipping.")
    	}
    
    	configCmds := []string{
    		"policy_plugin",
    		"url=" + pluginEndpoint,
    	}
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Sep 22 00:33:43 UTC 2024
    - 47.3K bytes
    - Viewed (0)
Back to top