Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for given (0.13 sec)

  1. cmd/admin-handlers-users_test.go

    	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,
    	}
    
    	_, err := s.adm.SetConfigKV(ctx, strings.Join(configCmds, " "))
    	if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Feb 12 16:36:16 GMT 2024
    - 45.7K bytes
    - Viewed (0)
Back to top