Skip to content

client-id/serviceprincipal id incorrectly masked #566

@bt701

Description

@bt701

This makes logs a bit more difficult and confusing to read.

this.servicePrincipalId = this.servicePrincipalId ? this.servicePrincipalId : secrets.clientId;

this.mask(this.servicePrincipalId);

Usually I would expect client-ids to be public information, but this action treats them as a secret.
If there is a reason, perhaps that needs to be documented?

Metadata

Metadata

Labels

questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions