Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 536 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 536 Bytes

go-osprofiles

A Go library to simplify the creation and management of application profiles native to the OS

Supported storage drivers

  1. OS keyring
  2. in-memory
  3. encrypted on the file system

Next steps

This project was born out of OpenTDF and otdfctl.

Further next steps:

  1. update store abstraction to more of a typical key/value?
  2. tests
  3. docs
  4. test OS platform directories work as desired (see ./pkg/platform and various TODO comments)