-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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"} |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
No description provided.