env from http-client.private.env.json overwritten with values from template-http-client.private.env.json #245
Closed
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.
Metadata
Assignees
Labels
No labels