Calvin Leung Huang
|
01eecf9d1a
|
Non-HMAC audit values (#4033)
* Add non-hmac request keys
* Update comment
* Initial audit request keys implementation
* Add audit_non_hmac_response_keys
* Move where req.NonHMACKeys gets set
* Minor refactor
* Add params to auth tune endpoints
* Sync cache on loadCredentials
* Explicitly unset req.NonHMACKeys
* Do not error if entry is nil
* Add tests
* docs: Add params to api sections
* Refactor audit.Backend and Formatter interfaces, update audit broker methods
* Add audit_broker.go
* Fix method call params in audit backends
* Remove fields from logical.Request and logical.Response, pass keys via LogInput
* Use data.GetOk to allow unsetting existing values
* Remove debug lines
* Add test for unsetting values
* Address review feedback
* Initialize values in FormatRequest and FormatResponse using input values
* Update docs
* Use strutil.StrListContains
* Use strutil.StrListContains
|
2018-03-02 12:18:39 -05:00 |
|
Calvin Leung Huang
|
11d15895f9
|
Add description param on tune endpoints (#4017)
|
2018-02-21 17:18:05 -05:00 |
|
Jeff Mitchell
|
d6552a11cc
|
Merge branch 'master-oss' into sethvargo/cli-magic
|
2018-01-03 14:02:31 -05:00 |
|
Jeff Mitchell
|
f056cf9119
|
Sync docs
|
2017-11-14 06:13:11 -05:00 |
|
Seth Vargo
|
50caac0bb6
|
More naming cleanup
|
2017-10-24 09:35:03 -04:00 |
|
Seth Vargo
|
23d1d9a1ac
|
Resolve the most painful merge conflict known on earth
|
2017-10-24 09:34:12 -04:00 |
|
Seth Vargo
|
9b18a8ab20
|
Document mount types/values
|
2017-10-24 09:28:05 -04:00 |
|
Calvin Leung Huang
|
d10075e0fd
|
Normalize plugin_name option for mount and enable-auth (#3202)
|
2017-08-31 12:16:59 -04:00 |
|
Calvin Leung Huang
|
527e23411d
|
Fix plugin docs (#3185)
* Fix plugin docs
* Add plugin_name to auth endpoint
|
2017-08-16 12:36:46 -04:00 |
|
Dan Brown
|
25fd17a9c1
|
Docs typo fixes (#2830)
* Fix passing payload.json file to curl
* Correct API endpoint
|
2017-06-07 10:02:58 -04:00 |
|
Cameron Stokes
|
91366e256c
|
Add local flag to docs for API endpoints. (#2625)
|
2017-04-28 14:33:27 -04:00 |
|
Seth Vargo
|
f64bf8d183
|
/docs/http -> /api
|
2017-03-17 14:06:03 -04:00 |
|