Secret output logging shouldn't specify "length=X" when not using it #67

Closed
opened 2020-12-31 15:03:09 +00:00 by decentral1se · 0 comments
Owner
Generating db_password, version: v1, length: 32
SUCCESS: Password: Field_Excise8Pin

Because we use SECRET_DB_PASSWORD_... we choose to use pwqgen internally which does not accept a length parameter and therefore logging a default length is misleading. This should only be outputted when we are generating for a SECRET_...KEY_... which uses pwgen.

``` Generating db_password, version: v1, length: 32 SUCCESS: Password: Field_Excise8Pin ``` Because we use `SECRET_DB_PASSWORD_...` we choose to use `pwqgen` internally which does not accept a length parameter and therefore logging a default length is misleading. This should only be outputted when we are generating for a `SECRET_...KEY_...` which uses `pwgen`.
decentral1se added the
bug
label 2020-12-31 15:03:09 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/abra#67
No description provided.