Skip to content

Helm Chart does not provide a way of security providing manifest publicKey or privateKey #246

Description

@alexraileanu

hello,

i want to deploy the code-interpreter via helm chart on my kubernetes cluster. in the values.yaml file, i see that there's 2 required values:

executionManifest:
  privateKey: ""
  publicKey: ""

there's also a disclaimer about not hardcoding these values here (for security reasons) and that it should be provided via aws secrets manager or similar.

however, looking at how the secret is constructed and this value passed to the deployment, this is currently not possible.

is there something i'm missing here? how can i inject this as an environment variable for example or create my own secret?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions