Skip to content

fix(eks-fargate): accept secret keys PRIVATE_KEY and CORALOGIX_PRIVATE_KEY#942

Draft
vjofusha wants to merge 4 commits into
masterfrom
fix/eks-fargate-coralogix-private-key
Draft

fix(eks-fargate): accept secret keys PRIVATE_KEY and CORALOGIX_PRIVATE_KEY#942
vjofusha wants to merge 4 commits into
masterfrom
fix/eks-fargate-coralogix-private-key

Conversation

@vjofusha

Copy link
Copy Markdown
Contributor

Aligns the Kubernetes secret key name with the container env var name (CORALOGIX_PRIVATE_KEY), removing the confusing mismatch where the env var and secret key used different names.

This avoid the need for this ambiguous documentation change - https://github.com/coralogix/documentation/pull/2435

BREAKING CHANGE: existing deployments must recreate the coralogix-keys secret with the new key name before applying updated manifests.

Description

Fixes #

How Has This Been Tested?

Checklist:

  • I have updated the relevant Helm chart(s) version(s)
  • I have updated the relevant component changelog(s)
  • This change does not affect any particular component (e.g. it's CI or docs change)

vjofusha and others added 4 commits June 16, 2026 15:15
Aligns the Kubernetes secret key name with the container env var name
(CORALOGIX_PRIVATE_KEY), removing the confusing mismatch where the env
var and secret key used different names.

BREAKING CHANGE: existing deployments must recreate the coralogix-keys
secret with the new key name before applying updated manifests.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Makes the shell variable match the container env var name, eliminating
the confusing mismatch where the export and the resulting container env
var used different names. The Kubernetes secret key remains PRIVATE_KEY
(repo-wide convention).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…secret keys

Adds optional fallback so the coralogix-keys secret works with either
key name. PRIVATE_KEY remains the documented standard (per repo
convention); CORALOGIX_PRIVATE_KEY is accepted silently for users who
have already created their secret with that key name.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vjofusha vjofusha changed the title fix(eks-fargate): rename secret key PRIVATE_KEY -> CORALOGIX_PRIVATE_KEY fix(eks-fargate): accept secret keys PRIVATE_KEY and CORALOGIX_PRIVATE_KEY Jun 16, 2026
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

Successfully merging this pull request may close these issues.

1 participant