Skip to content

ENV var key value paring in 2.3.0 critical bug #503

@scottravio

Description

@scottravio

TL;DR

bug introduced here: #496

The KV parser creates a delimiter string which does not exist in the input string. This can cause an error when an env var value ends with the start of the delim string.

For instance, if a delim string is dd and I have an ENV var SOMETHING=hello-world SOMETHING_ELSE=foo, the string ends up like SOMETHING=hello-worldddSOMETHING_ELSE=foo, which creates cloud run ENV variables:

SOMETHING=hello-worl
dSOMETHING_ELSE=foo

Expected behavior

ENV variables correctly parsed

Observed behavior

No response

Action YAML

N/A

Log output

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions