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

feat: allow opt-in to credentials over HTTP #3539

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

Conversation

hiddeco
Copy link
Contributor

@hiddeco hiddeco commented Feb 21, 2025

Historically, we have not allowed the credentials database to do lookups for HTTP URLs out of security considerations. However, in some scenarios, this may still be useful as long as the user is aware of the implications.

To facilitate this, add an ALLOW_CREDENTIALS_OVER_HTTP environment variable which allows looking up credentials for HTTP URLs, and wire this into the chart.

Follow up to #3530

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Copy link

netlify bot commented Feb 21, 2025

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 13702d5
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/67b8f26f6b15c30008461370
😎 Deploy Preview https://deploy-preview-3539.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.49%. Comparing base (8b4fd35) to head (13702d5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3539   +/-   ##
=======================================
  Coverage   52.49%   52.49%           
=======================================
  Files         295      295           
  Lines       26744    26744           
=======================================
  Hits        14038    14038           
  Misses      11936    11936           
  Partials      770      770           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krancour
Copy link
Member

cc @tal-hason, you get your wish from #2198

Copy link
Member

@krancour krancour left a comment

Choose a reason for hiding this comment

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

Thank you!

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.

2 participants