Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ListCannedPolicies (0.17 sec)

  1. cmd/sts-handlers_test.go

    		policies:                make(map[string][]byte),
    		ldapUserPolicyMappings:  make(map[string][]string),
    		ldapGroupPolicyMappings: make(map[string][]string),
    	}
    	policyContentMap, err := s.adm.ListCannedPolicies(ctx)
    	if err != nil {
    		c.Fatalf("import %d: Unable to list policies: %v", caseNum, err)
    	}
    	defaultCannedPolicies := set.CreateStringSet("consoleAdmin", "readwrite", "readonly",
    		"diagnostics", "writeonly")
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 85.7K bytes
    - Viewed (0)
Back to top