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

Submit HCL during Job creation so the job def is available in the Web-UI. #243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apollo13
Copy link
Contributor

This publishes the job definition view in the newest nomad versions:
image

if err != nil {
return err
}
cr := fmt.Sprintf(`{"Job": %s, "Submission": {"Source": %s, "Format": "hcl2", "VariableFlags": {}, "Variables": ""}}`, string(jsonJob), string(hcl_str))

Check failure

Code scanning / CodeQL

Potentially unsafe quoting Critical

If this
JSON value
contains a double quote, it could break out of the enclosing quotes.
@nicholasjackson
Copy link
Contributor

Apologies on the delay in getting this merged @apollo13, I have been snowed under with work the last couple of weeks. I really value the contribution and will get things merged this weekend.

@apollo13
Copy link
Contributor Author

apollo13 commented Sep 8, 2023

Hi Nicholas, no worries. I am running from a custom checkout anyways :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants