Credentials from replication are "exposed" in status
----------------------------------------------------
Key: COUCHDB-756
URL: https://issues.apache.org/jira/browse/COUCHDB-756
Project: CouchDB
Issue Type: Improvement
Components: Replication
Reporter: Till Klampaeckel
Priority: Critical
So I started replication with the following command:
curl -X POST http://127.0.0.1/_replicate \
-d '{"source":"http://till:[email protected]/bar",
"target":"http://till:[email protected]/bar"}'
And now my status window displays:
3467ef: http://till:[email protected]/bar/ -> http://till:[email protected]/bar/
I'd like to see the credentials stripped from display and replaced with XXX or
*** to show that auth was used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.