Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOpenIDSTS (0.15 sec)

  1. cmd/sts-handlers_test.go

    		parts := strings.Split(sshPublicKeyClaim, " ")
    		if parts[0] != testCase.expectedSSHKeyType {
    			c.Fatalf("Test %d: unexpected sshPublicKey type: %s", i+1, parts[0])
    		}
    	}
    }
    
    func (s *TestSuiteIAM) TestOpenIDSTS(c *check) {
    	ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
    	defer cancel()
    
    	bucket := getRandomBucketName()
    	err := s.client.MakeBucket(ctx, bucket, minio.MakeBucketOptions{})
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
Back to top