Initial support for secrets in gw:

- added SecretHandler type
- added discussed system/secret endpoint with appropriate http verbs

Signed-off-by: Andrew Cornies <acornies@gmail.com>
This commit is contained in:
Andrew Cornies
2018-11-17 10:05:20 -05:00
committed by Alex Ellis
parent 1261aadebe
commit d2ef8b9207
2 changed files with 8 additions and 0 deletions

View File

@ -26,4 +26,7 @@ type HandlerSet struct {
// InfoHandler provides version and build info
InfoHandler http.HandlerFunc
// SecretHandler allows secrets to be managed
SecretHandler http.HandlerFunc
}