open-vault/sdk
Becca Petrin 759f9b38f7
Observer pattern for service registration interface (#8123)
* use observer pattern for service discovery

* update perf standby method

* fix test

* revert usersTags to being called serviceTags

* use previous consul code

* vault isnt a performance standby before starting

* log err

* changes from feedback

* add Run method to interface

* changes from feedback

* fix core test

* update example
2020-01-24 09:42:03 -08:00
..
database
framework
helper Observer pattern for service registration interface (#8123) 2020-01-24 09:42:03 -08:00
logical
physical
plugin
queue
version
README.md
go.mod Update sdk's go-hclog 2020-01-23 14:11:38 -05:00
go.sum Update sdk's go-hclog 2020-01-23 14:11:38 -05:00

README.md

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.