get_app_keys/get_app_passwords magic spell doesn't support new env file format #69

Closed
opened 2020-12-31 15:54:12 +00:00 by decentral1se · 0 comments
Owner
mapfile -t PASSWORDS < <(grep "SECRET.*PASSWORD.*VERSION.*" "$ENV_FILE" | cut -d ' ' -f2-)

Which I think covered the case when we had export ... in the file format. This is working until you run into a # length=x comment and the cut chops your secret name out.

``` mapfile -t PASSWORDS < <(grep "SECRET.*PASSWORD.*VERSION.*" "$ENV_FILE" | cut -d ' ' -f2-) ``` Which I think covered the case when we had `export ...` in the file format. This is working until you run into a `# length=x` comment and the cut chops your secret name out.
decentral1se added the
bug
label 2020-12-31 15:54:12 +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#69
No description provided.