fix: add httpsCertificate, httpsPrivateKey and httpsCertificateAuthority into redactedFields (#25013)

This commit is contained in:
Yun Lai 2023-10-04 14:55:08 +11:00 committed by GitHub
parent 75d828fc72
commit 4670e3b7f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,9 @@ export const redactedFields = [
'gitPrivateKey', 'gitPrivateKey',
'forkToken', 'forkToken',
'password', 'password',
'httpsCertificate',
'httpsPrivateKey',
'httpsCertificateAuthority',
]; ];
// TODO: returns null or undefined only when input is null or undefined. // TODO: returns null or undefined only when input is null or undefined.