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

Need to force account information to be passed as a string #3

Closed
dry923 opened this issue Nov 18, 2020 · 1 comment · Fixed by #7
Closed

Need to force account information to be passed as a string #3

dry923 opened this issue Nov 18, 2020 · 1 comment · Fixed by #7
Assignees

Comments

@dry923
Copy link
Member

dry923 commented Nov 18, 2020

When populating the
ocm:
aws:
accessKey:
account:
secretKey:

we are not forcing surrounding ' 's. When it is then read by osde2e it is converted into an int and drops any leading 0.

@morenod morenod self-assigned this Nov 19, 2020
@morenod
Copy link
Collaborator

morenod commented Nov 20, 2020

Related to yaml/pyyaml#98

I have moved to ruamel.yaml instead of pyyaml and now, all strings that could be considered numbers are quoted

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