-
Notifications
You must be signed in to change notification settings - Fork 309
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
Add parse_json template function #3929
Add parse_json template function #3929
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for your contribution @KarimDarwish!
LGTM 👍
Thanks @joeyorlando, I cannot view the results of the failing E2E test. Is it failing for unrelated reasons or because of my change? |
unrelated reasons. The e2e CI job will not run on forked PRs (something that is known that we need to address). Your changes shouldn't have any effect on the e2e tests. |
What this PR does
Adds a jinja2 template function that performs
json.loads
and parses a string into a json object so that e.g. b64encoded json objects can be fully usedWhich issue(s) this PR fixes
Checklist
pr:no public docs
PR label added if not required)CHANGELOG.md
updated (orpr:no changelog
PR label added if not required)