cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

Repair broken "scopes" option in gohan template #703

Closed piotr-dulikowski closed 5 years ago

piotr-dulikowski commented 5 years ago

During review of "Gohan template improvements" PR, I considered changing "scope" option to "scopes". I forgot to change it back in one place, which made "scopes" be always empty, and all policies were filtered out.