Skip to content

Add GCP Proxy Feature#143

Merged
raccoon-mh merged 3 commits into
cloudforet-io:masterfrom
raccoon-mh:master
Nov 25, 2025
Merged

Add GCP Proxy Feature#143
raccoon-mh merged 3 commits into
cloudforet-io:masterfrom
raccoon-mh:master

Conversation

@raccoon-mh
Copy link
Copy Markdown
Member

Category

  • New feature
  • Bug fix
  • Improvement
  • Refactor
  • etc

Description

add proxy setting with env(HTTPS_PROXY or https_proxy).

Known issue

…es. Added PySocks to requirements and refactored HTTP client creation to handle proxy settings. Cleaned up debug logging in various files.
…roxy environment variable. This improves clarity in logging when a proxy is used.
@github-actions
Copy link
Copy Markdown

⚠️ @raccoon-mh the signed-off-by was not found in the following 2 commits:

  • bf9b99b: Enhance GoogleCloudConnector with proxy support and update dependencies. Added PySocks to requirements and refactored HTTP client creation to handle proxy settings. Cleaned up debug logging in various files.
  • 300257f: Refactor debug logging in CollectorService to conditionally display proxy environment variable. This improves clarity in logging when a proxy is used.

✅ Why it is required

The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO.

Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.

This is my commit message

Signed-off-by: Random Developer <randomdeveloper@example.com>

Git even has a -s command line option to append this automatically to your commit message:

$ git commit -s -m 'This is my commit message'

1 similar comment
@github-actions
Copy link
Copy Markdown

⚠️ @raccoon-mh the signed-off-by was not found in the following 2 commits:

  • bf9b99b: Enhance GoogleCloudConnector with proxy support and update dependencies. Added PySocks to requirements and refactored HTTP client creation to handle proxy settings. Cleaned up debug logging in various files.
  • 300257f: Refactor debug logging in CollectorService to conditionally display proxy environment variable. This improves clarity in logging when a proxy is used.

✅ Why it is required

The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO.

Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.

This is my commit message

Signed-off-by: Random Developer <randomdeveloper@example.com>

Git even has a -s command line option to append this automatically to your commit message:

$ git commit -s -m 'This is my commit message'

Signed-off-by: Minhyeok LEE <130422754+raccoon-mh@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

⚠️ @raccoon-mh the signed-off-by was not found in the following 2 commits:

  • bf9b99b: Enhance GoogleCloudConnector with proxy support and update dependencies. Added PySocks to requirements and refactored HTTP client creation to handle proxy settings. Cleaned up debug logging in various files.
  • 300257f: Refactor debug logging in CollectorService to conditionally display proxy environment variable. This improves clarity in logging when a proxy is used.

✅ Why it is required

The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO.

Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.

This is my commit message

Signed-off-by: Random Developer <randomdeveloper@example.com>

Git even has a -s command line option to append this automatically to your commit message:

$ git commit -s -m 'This is my commit message'

1 similar comment
@github-actions
Copy link
Copy Markdown

⚠️ @raccoon-mh the signed-off-by was not found in the following 2 commits:

  • bf9b99b: Enhance GoogleCloudConnector with proxy support and update dependencies. Added PySocks to requirements and refactored HTTP client creation to handle proxy settings. Cleaned up debug logging in various files.
  • 300257f: Refactor debug logging in CollectorService to conditionally display proxy environment variable. This improves clarity in logging when a proxy is used.

✅ Why it is required

The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO.

Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.

This is my commit message

Signed-off-by: Random Developer <randomdeveloper@example.com>

Git even has a -s command line option to append this automatically to your commit message:

$ git commit -s -m 'This is my commit message'

@raccoon-mh raccoon-mh merged commit 9d8b165 into cloudforet-io:master Nov 25, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant