apache / apache/accumulo-fluo

Obfuscate password in output logs

Open
#993 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
200
Forks
73
PR merge metrics
No merged PRs in 30d

Description

Should not show passwords in any output message. Maybe create an annotation to make it ease to reuse.

For example, when we call the Fluo config command:
```shell
[root@edc0f9c776a5 conf]# fluo config -a test
fluo.accumulo.instance = test
fluo.accumulo.password = pass123
fluo.accumulo.user = root
fluo.dfs.root = hdfs://hadoop01:9000/fluo
fluo.accumulo.zookeepers = 10.10.5.10
fluo.accumulo.table = ${fluo.connection.application.name}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.