package
0.0.0-20241112165158-ce2ad370627b
Repository: https://github.com/cloudflare/redoctober.git
Documentation: pkg.go.dev
# Functions
New attempts to create a new persistence store from the configuration.
# Constants
Active indicates that the persistence store is actively persisting delegations.
Disabled indicates that the persistence store will never persist active delegations.
FileMechanism indicates that the persistence mechanism is a file.
Inactive indicates that the persistence store requires more delegations to unlock, and isn't currently persisting the store.
# Variables
ErrInvalidConfig is returned when the configuration is invalid for the type of persistence store in use.
Labels are the labels that the keycache should be encrypted with.
Usages indicate whether encrypted data can be decrypted or only used for signing.
# Interfaces
Store is a persistence store interface that handles delegations, serialising the persistence store, and writing the store to disk.