Replace "tokenauth" by "authtoken" in configuration files
This is the standard word used by all other projects. Change-Id: Ibd52056bd1214f5fd7b2f2fd315086542d34fd0c Closes-Bug: 1234314
This commit is contained in:
@@ -22,7 +22,7 @@ XML to provision and manage Trove instances.
|
||||
* A REST-ful component
|
||||
* Entry point - Trove/bin/trove-api
|
||||
* Uses a WSGI launcher configured by Trove/etc/trove/api-paste.ini
|
||||
* Defines the pipeline of filters; tokenauth, ratelimit, etc.
|
||||
* Defines the pipeline of filters; authtoken, ratelimit, etc.
|
||||
* Defines the app_factory for the troveapp as
|
||||
trove.common.api:app_factory
|
||||
* The API class (a wsgi Router) wires the REST paths to the
|
||||
|
||||
Reference in New Issue
Block a user