Skip to content

env from http-client.private.env.json overwritten with values from template-http-client.private.env.json #245

Closed
@bohni

Description

Hi,

we are using a Maven archetype to generate similar projects.

The archetype creates the file temlate-http-client.private.env.json that contains the keys of the secrets with fake values and is committed to the VCS

{
    "DEV": {
        "secret": "todo"
    }
}

The developer copies the file to http-client.private.env.json and enters the real secrets. This file is ignored by VCS.

When running a request the value from http-client.private.env.json is ignored and the one from the template is used.

image

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions