defaultMaskKeywords: "secret,credential,password,mail,authorization,connectionString,sig=,postgres://,postgresql://,amqp://,amqps://,AccountKey,SharedAccessKey" = 'secret,credential,password,mail,authorization,connectionString,sig=,postgres://,postgresql://,amqp://,amqps://,AccountKey,SharedAccessKey'

A set of keywords that can be used to mask secret data in log files. Information about some of them:

  • AccountKey - Azure connection string
  • SharedAccessKey - Azure service bus connection string
  • sig= - Azure SAS token
  • amqp:// and amqps:// - RabbitMQ connection string
  • postgres:// and postgresql:// - PostgreSQL database connection string

Generated using TypeDoc