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

Load secure values from multiple credential entries on Windows #134

Closed
Tracked by #148
t1m0thyj opened this issue Sep 9, 2022 · 1 comment · Fixed by #191
Closed
Tracked by #148

Load secure values from multiple credential entries on Windows #134

t1m0thyj opened this issue Sep 9, 2022 · 1 comment · Fixed by #191
Assignees
Labels
enhancement New feature or request priority-high

Comments

@t1m0thyj
Copy link
Member

t1m0thyj commented Sep 9, 2022

On Windows the maximum credential length is 2560 bytes. If the JSON object in Zowe/secure_config_props exceeds this length, Zowe CLI works around the limitation by splitting the credential string across multiple entries. The final one is terminated by a NUL byte (\0). For example:
Zowe/secure_config_props-1

{"C:/Users/User/.zowe/zowe.con

Zowe/secure_config_props-2

fig.json":{...}}␀
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants