Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for accessKeys (0.33 sec)

  1. cmd/admin-handlers-idp-openid.go

    				readableClaim, _ = accessKey.Claims[rc].(string)
    			}
    			openIDUserAccessKeys = madmin.OpenIDUserAccessKeys{
    				MinioAccessKey: accessKey.ParentUser,
    				ID:             id,
    				ReadableName:   readableClaim,
    			}
    		}
    		svcAccInfo := madmin.ServiceAccountInfo{
    			AccessKey:  accessKey.AccessKey,
    			Expiration: &accessKey.Expiration,
    		}
    		if accessKey.IsServiceAccount() {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Sep 06 17:38:46 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  2. cmd/object-handlers.go

    	// In a federated deployment, all the instances share config files
    	// and hence expected to have same credentials.
    	core, err := miniogo.NewCore(host, &miniogo.Options{
    		Creds:     credentials.NewStaticV4(cred.AccessKey, cred.SecretKey, ""),
    		Secure:    globalIsTLS,
    		Transport: getRemoteInstanceTransport(),
    	})
    	if err != nil {
    		return nil, err
    	}
    	core.SetAppInfo("minio-federated", ReleaseTag)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 07 16:13:09 UTC 2025
    - 120.6K bytes
    - Viewed (0)
Back to top