Skip to content

Feat: leverage secrets store agent for session data #7

@major0

Description

@major0

Currently we are leveraging a simple file store for saving session data, which works in a pinch, but it is widely inappropriate from a security perspective; we should be leveraging a secrets store.

The secrets store should:

  • Be configurable: allow users to specify a custom store, such as a PGP/GPG Agent
  • Default to leveraging the local OS's default store, if available.

Refs:

Metadata

Metadata

Assignees

No one assigned

    Labels

    taskGeneral task/chore for the basic needful

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions