You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/02/05 15:12:35 UTC

[GitHub] [couchdb] iilyak commented on issue #2522: Strip credentials from the traces we send to open tracing server.

iilyak commented on issue #2522: Strip credentials from the traces we send to open tracing server.
URL: https://github.com/apache/couchdb/pull/2522#issuecomment-582454253
 
 
   You are right. The connection string is `description:ID@IP:PORT`
   * The `description` is a logical description of the database using alphanumeric characters (a-z, A-Z, 0-9) and underscores.
   * The `ID` is an arbitrary value containing alphanumeric characters (a-z, A-Z, 0-9). We recommend using a random eight-character identifier (such as the output of mktemp -u XXXXXXXX). Note that the ID will change when coordinators change
   
   So it should be fine. I got confused because my content string is:
   ```
   cat /usr/local/etc/foundationdb/fdb.cluster
   adm:pass@127.0.0.1:4689
   ```
   Therefore when I saw `db.instance` value equal to `adm:pass@127.0.0.1:4689` I friked out. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services