Log in to your harness - The Modern Software Delivery Platform® account to give feedback

Feature Requests

Anonymous

Feature Requests for Harness. Select 'Category' based on the module you are requesting the feature for.
Centralized option to apply Helm --pass-credentials for authenticated HTTP Helm repos
Description When using HTTP Helm connectors to authenticated Helm repositories where anonymous access is disabled, Helm requires the --pass-credentials flag so that credentials configured on the repo are also sent to the chart download URL (.tgz). Today, the only way to enable this behavior in Harness is to manually configure --pass-credentials in the Helm Command Flags (for example, on the Add command) for each individual Service. This doesn’t scale well when many Services use HTTP Helm repos. Current Behavior HTTP Helm connector is configured with username/password. Helm commands are executed using those credentials. If the underlying Helm repo requires --pass-credentials (for example, when anonymous access is disabled), chart downloads can fail with 401 unless the flag is explicitly set at the Service level. There is no centralized way to opt into --pass-credentials across Services. Requested Enhancement Provide a centralized, opt-in way to apply Helm --pass-credentials for authenticated HTTP Helm repos, for example: A toggle at the HTTP Helm connector level (e.g., “Pass credentials to chart download URL (--pass-credentials)”), or A configuration option at account/org/project level that applies to all Services using HTTP Helm connectors, or Any other global/central mechanism that avoids editing each Service individually. Default behavior should remain unchanged (to stay aligned with upstream Helm), but customers who need this behavior should be able to enable it in one place. Impact / Why it matters Reduces repetitive configuration when many Services use authenticated HTTP Helm repos. Lowers the risk of inconsistent behavior when anonymous access is disabled. Makes it easier to enforce secure, authenticated access to Helm repos at scale.
0
·
Continuous Delivery &…
Load More