Skip to content

Secret parameters #840

Description

@kr1zz

Some processors, such as those that consume external paid services, may need to know secret parameters, such as API keys or login credentials. However, those should not be committed, nor published. This may be a problem if the application saves the input in the payload (this might be done automatically, actually, in the future).

We need a solution to make the code aware of those parameters, while keeping them safe. It could be environmental variables, a special kind of "secret parameters" or something else. What is important, is to preserve the privacy even if the application is made public.

Activity

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

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions