You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't quite sure exactly what Intellij's logic was here. For this reason, I have accepted all env.json files. But according to the documentation only http-client.env.json and http-client.private.env.json seem to be allowed. I restrict it.
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 VCSThe 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.The text was updated successfully, but these errors were encountered: