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

Support HTTPS with Self-Signed Certificates #52

Closed
wants to merge 22 commits into from
Closed

Conversation

blaise-muhirwa
Copy link
Contributor

No description provided.

groundlight = "0.11.0"
fastapi = "0.103.2"
pydantic = ">=2.0,<3.0.0"
groundlight = {git = "https://github.com/groundlight/python-sdk.git", rev = "disable-tls-verification"}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently pointing to this branch since the feature that supports disabling TLS verification is not yet merged into main in the SDK.

@@ -135,6 +138,9 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Generate TLS certificate
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once I figure out how to optionally check for TLS certificate in NGINX config, I will remove this step since motion detection tests actually run just with HTTP.

@@ -0,0 +1,29 @@
apiVersion: apps/v1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of this is also not necessary! Will get rid of it and remove any scripting that was setup to apply this deployment patch.

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