-
Notifications
You must be signed in to change notification settings - Fork 178
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
cc @tal-hason, you get your wish from #2198 |
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.
Thank you!
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