Skip to content

Commit

Permalink
googleca: Don't log all identities
Browse files Browse the repository at this point in the history
Removes logging of all subjects we issue certificates for
from the Google CA backend

Signed-off-by: Nathan Smith <nathan@chainguard.dev>
  • Loading branch information
Nathan Smith committed May 12, 2022
1 parent 170872a commit 23a5ee4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/ca/googleca/v1/googleca.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ func (c *CertAuthorityService) CreateCertificate(ctx context.Context, subj *chal
return nil, ca.ValidationError(err)
}

logger.Infof("requesting cert from %s for %v", c.parent, subj.Value)

resp, err := c.client.CreateCertificate(ctx, req)
if err != nil {
return nil, err
Expand Down

0 comments on commit 23a5ee4

Please sign in to comment.