mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
* identity: Ensure state is changed on activation This PR introduces some changes to the way activation flags are processed in Vault. Rather than reaching into subsystems and modifying state from the activationflags package, each plugin can now register its own ActivationFunc. Updates to activation flags now trigger the the feature's ActivationFunc, which can encapsulate the associated subsystem state. We include a few bugfixes and minor cosmetic changes, like updates to log lines and godocs. * Check for nil system backend * Move deduplication activation to common file * Add identity dedup activation log lines * Make interface methods clearer * Clean up some comments * More cleanups * fixup! More cleanups * fixup! More cleanups
Vault SDK libs
This package provides the sdk package which contains code useful for
developing Vault plugins.
Although we try not to break functionality, we reserve the right to reorganize
the code at will and may occasionally cause breaks if they are warranted. As
such we expect the tag of this module will stay less than v1.0.0.
For any major changes we will try to give advance notice in the CHANGES section of Vault's CHANGELOG.md.