Skip to content
#

upstream

Here are 120 public repositories matching this topic...

aormsby
aormsby commented Jan 9, 2021

HTTPS is currently the only repository connect option. It would be nice to add an SSH option.

Thoughts on implementation:

  • A string input variable 'ssh' to contain SSH connection data
  • A conditional check to use the SSH or HTTPS URL
  • Would need to set up SSH key as part of action startup
  • Update all URLs to use SSH if selected
enhancement help wanted good first issue
nicholaschiasson
nicholaschiasson commented Dec 9, 2020

I think we should try to prefer this newer health check module. It is noted that it is still in development, however, it has support for prometheus output and also nginx stream module.

Update the ./.github/actions/nginx-module-toolbox/Dockerfile and ./scripts/build.sh files to make nginx build against this healthcheck module rather t

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the upstream topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the upstream topic, visit your repo's landing page and select "manage topics."

Learn more