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

Environment variable management issue #76

Open
pablocarle opened this issue Mar 28, 2023 · 0 comments
Open

Environment variable management issue #76

pablocarle opened this issue Mar 28, 2023 · 0 comments

Comments

@pablocarle
Copy link
Contributor

With example in zowe.yaml like:

  environments:
    APIML_SECURITY_SAF_URLS_AUTHENTICATE: https://usilca32.lvn.broadcom.net:40030/zss/api/v1/saf/authenticate
    SAMP_5: TE\"ST
    SAMP_6: "TE\"ST"
    SAMP_7: TE"ST
    SAMP_8: TE " ST
    SAMP_9: "TE \" ST"

and STC-defined variables:

//STDENV   DD  *
_CEE_ENVFILE_CONTINUATION=\
_CEE_RUNOPTS=HEAPPOOLS(OFF)
SAMP_1="TE\"ST"
SAMP_2=TE\"ST
SAMP_3=TE \" ST
SAMP_4="TE \" ST"
CONFIG=/z/zwesvusr/zowe/zowe-vnightly-v2/zowe.yaml
/*

SAMP_5 is escaped incorrectly for the prepare instance and get-launch-components execution, thus failing startup:

SAMP_5="TE\\"ST"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant