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

Add Basic Auth and Skip Health Check Option #69

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

OFranke
Copy link

@OFranke OFranke commented Sep 13, 2024

This PR Adds 2 options for the Github Action:

basic_auth_credentials_base64

  • Allows to provide base64 encoded credentials that are applied to the header of the health check request. Can be used in case an app is protected via Basic Auth

skip_health_check

  • Allows to skip the health check for status code 200 after deployment.

@patrickedqvist I don't really understand the test setup and I am not sure if I am able to write tests with your vercel deployment. Also you are not using basic auth on your deployment, so not sure how to move forward here.

If you'd accept the skip health check feature but not the Basic Auth feature, I am happy to split the PR. Skip Health Check would also be sufficient for my use case.

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.

1 participant