Skip to content

Refactor Helm chart to use Kubernetes Secrets for credentials instead of ConfigMaps #1844

@coderabbitai

Description

@coderabbitai

Background

Currently, AWS credentials and other sensitive authentication data are stored in Kubernetes ConfigMaps within the Helm chart deployment. For better security practices, these should be stored in Kubernetes Secrets instead.

Proposed approach

  1. Isolate credentials from other clp-config fields so their lifecycle can be managed separately
  2. Once isolated, move credential values into Kubernetes Secrets for more secure handling

References

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions