Capture the full command line call, not just the command and subcommand, but all flags and their parameters as it was called #960
Labels
P2
Required to be completed in the assigned milestone, but may or may not impact release schedule.
currently in the remote config history, it only tracks down to the sub command. We want to track the full argv. However, we want to provide a mask **** for certain private/sensitive values such as private keys or local directories.
Update the
CommandFlag
interface to add an optionaldataMask: string
property. Inflags.ts
set thedataMask
property to***
for the following flags:operatorKey
privateKey
gossipPrivateKey
tlsPrivateKey
ed25519PrivateKey
ecdsaPrivateKey
adminKey
grpcTlsKeyPath
grpcWebTlsKeyPath
storageAccessKey
storageSecrets
storageEndpoint
storageBucket
backupBucket
googleCredential
related issues
The text was updated successfully, but these errors were encountered: