Skip to content

Allow for alternate storing of secret key (and encrypted env?) #4

@baohx2000

Description

@baohx2000

Just some thoughts for doing this:

  • Have a KeyStorage interface with getSecretKey() method
  • Let the user pass their KeyStorage object in the initialization

Going this route, you might also have an EnvStorage interface to allow for alternate ways of storing the encrypted environment variables. Implementing this might help keep away from dreaded major version releases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions