Skip to content

Ensure we are encapsulating all passwords in quotes - #204

Merged
cigamit merged 6 commits into
mainfrom
complex_passwords
Jun 29, 2026
Merged

Ensure we are encapsulating all passwords in quotes#204
cigamit merged 6 commits into
mainfrom
complex_passwords

Conversation

@cigamit

@cigamit cigamit commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

We were doing it for the Ascender Admin password, just not the others.
Resolves #176

@cigamit
cigamit requested a review from TheWitness June 27, 2026 04:42
@cigamit cigamit self-assigned this Jun 27, 2026
@cigamit cigamit added the bug Something isn't working label Jun 27, 2026
Copilot AI review requested due to automatic review settings June 27, 2026 04:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates config_vars.sh to wrap additional password values in quotes when writing custom.config.yml, preventing YAML parsing errors for “complex” passwords containing special characters (per Issue #176).

Changes:

  • Quote ASCENDER_PGSQL_PWD when emitted to custom.config.yml.
  • Quote LEDGER_ADMIN_PASSWORD when emitted to custom.config.yml.
  • Quote LEDGER_DB_PASSWORD when emitted to custom.config.yml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread config_vars.sh Outdated
Comment thread config_vars.sh Outdated
Comment thread config_vars.sh Outdated
Copilot AI review requested due to automatic review settings June 27, 2026 04:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment thread config_vars.sh Outdated
Comment thread config_vars.sh Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment thread config_vars.sh Outdated
Comment thread config_vars.sh Outdated
Copilot AI review requested due to automatic review settings June 27, 2026 05:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@cigamit
cigamit merged commit b0e49c1 into main Jun 29, 2026
1 check passed
@cigamit
cigamit deleted the complex_passwords branch July 9, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

config_vars.sh does not handle complex passwords

3 participants