-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
This makes logs a bit more difficult and confusing to read.
login/src/common/LoginConfig.ts
Line 66 in bbcc074
| this.servicePrincipalId = this.servicePrincipalId ? this.servicePrincipalId : secrets.clientId; |
login/src/common/LoginConfig.ts
Line 45 in bbcc074
| 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that