mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 23:33:25 +00:00
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:
committed by
Alex Ellis
parent
1261aadebe
commit
d2ef8b9207
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user