Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚠️ Ignore inline comment when parsing cloud provider config #412

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

MichaelEischer
Copy link
Collaborator

Cloud provider passwords can contain # or ; characters. These caused the parser to drop the password part after the "comment" character and thereby break authentication.

The password can contain # or ; characters. These caused the parser to
drop the password part after the "comment" character and thereby break
authentication.
@maboehm maboehm changed the title Ignore inline comment when parsing cloud provider config ⚠️ Ignore inline comment when parsing cloud provider config Sep 12, 2024
@maboehm
Copy link
Collaborator

maboehm commented Sep 12, 2024

Marking this as breaking, since for users that previously had

username="foo" # a user

this would be breaking.

@maboehm maboehm merged commit c1c11bd into main Sep 12, 2024
2 checks passed
@maboehm maboehm deleted the disable-inline-comments branch September 12, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants