cleanup(iam): remove temporary debug logging from STS and S3 API (redo)
This commit is contained in:
@@ -186,8 +186,6 @@ func (h *STSHandlers) handleAssumeRoleWithWebIdentity(w http.ResponseWriter, r *
|
|||||||
Policy: sessionPolicyPtr,
|
Policy: sessionPolicyPtr,
|
||||||
}
|
}
|
||||||
|
|
||||||
glog.V(0).Infof("DEBUG: AssumeRoleWithWebIdentity: RoleArn=%s SessionPolicyLen=%d", roleArn, len(sessionPolicyJSON))
|
|
||||||
|
|
||||||
// Call STS service
|
// Call STS service
|
||||||
response, err := h.stsService.AssumeRoleWithWebIdentity(ctx, request)
|
response, err := h.stsService.AssumeRoleWithWebIdentity(ctx, request)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user