Skip to content

Enable passing secrets (figure out how) #11

Description

@jancurn

We should add some facility to enable passing secrets to the sandbox. For example, login credentials for fetching a private code repo or connecting to a database.

It could be a new secure input field with JSON object called sercetEnvVars, whose key-values would then be set to shell and API processes in the sandbox.

The problem is that the AI-generated code would have access to the secrets, too. So maybe we could add a flag like “Discard secrets after start” which would ensure we wipe them away after the initial “Shell script” is executed.

This requires a deeper thought.

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