Browse Source

cleanup(iam): remove temporary debug logging from STS and S3 API (redo)

pull/8347/head
Chris Lu 5 days ago
parent
commit
e29a7f1741
  1. 2
      weed/s3api/s3api_sts.go

2
weed/s3api/s3api_sts.go

@ -186,8 +186,6 @@ func (h *STSHandlers) handleAssumeRoleWithWebIdentity(w http.ResponseWriter, r *
Policy: sessionPolicyPtr,
}
glog.V(0).Infof("DEBUG: AssumeRoleWithWebIdentity: RoleArn=%s SessionPolicyLen=%d", roleArn, len(sessionPolicyJSON))
// Call STS service
response, err := h.stsService.AssumeRoleWithWebIdentity(ctx, request)
if err != nil {

Loading…
Cancel
Save