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

Feature Request: Apply Proxy Only to CodeDeploy Endpoint, Not S3 #403

Open
sumitag opened this issue Oct 10, 2024 · 1 comment
Open

Feature Request: Apply Proxy Only to CodeDeploy Endpoint, Not S3 #403

sumitag opened this issue Oct 10, 2024 · 1 comment

Comments

@sumitag
Copy link

sumitag commented Oct 10, 2024

Description:
We are currently using the AWS CodeDeploy agent in our deployment pipeline. However, we have encountered a limitation with the proxy settings. The agent only offers a single proxy setting, which is applied to all endpoints. We need to use a proxy to access the CodeDeploy endpoint but not for accessing S3. This limitation is causing issues in our deployment process.

Proposed Solution:
We propose adding a configuration option to apply the proxy setting only to the CodeDeploy endpoint and not to S3. This would allow users to configure the proxy specifically for CodeDeploy, while allowing direct access to S3, providing greater flexibility and resolving the issues we are facing.

Use Case:
Our organization uses a proxy to access the CodeDeploy endpoint for security and compliance reasons. However, accessing S3 through the same proxy introduces latency and connectivity issues. By having the ability to apply the proxy only to the CodeDeploy endpoint, we can ensure efficient and secure access to both services.

Steps to Reproduce:

  1. Configure the AWS CodeDeploy agent with a proxy setting.
  2. Attempt to deploy an application using CodeDeploy.
  3. Observe that the proxy setting is applied to both the CodeDeploy endpoint and S3, causing issues with S3 access.

Expected Behavior:
The AWS CodeDeploy agent should allow the proxy setting to be applied only to the CodeDeploy endpoint, enabling users to configure the proxy as needed for CodeDeploy while accessing S3 directly.

@bani890
Copy link

bani890 commented Oct 10, 2024

@sumitag subscribed!

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

No branches or pull requests

2 participants