We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be a cool idea to allow to define some REST-API calls which can then be invoked by a signal. Something like:
signal { name = "SIGUSR1" path = "/api/signals/sigusr1" method = "GET" headers = { X-Api-Key = "Some API Key" } }
May be usefull to execute some management tasks. The API may listen to localhost only.
The text was updated successfully, but these errors were encountered:
hashicorp/nomad#18794 will also introduce job actions.
Sorry, something went wrong.
No branches or pull requests
It would be a cool idea to allow to define some REST-API calls which can then be invoked by a signal.
Something like:
May be usefull to execute some management tasks.
The API may listen to localhost only.
The text was updated successfully, but these errors were encountered: