zalando-nakadi / nakadi-manual

DEPRECATED !!! Please use the new Nakadi website
https://zalando.github.io/nakadi/index.html
MIT License
8 stars 5 forks source link

"Scope" instead of "Name" in authorization table #13

Closed akauppi closed 8 years ago

akauppi commented 8 years ago

Based on https://github.com/zalando-incubator/tarbela I think http://zalando.github.io/nakadi-manual/docs/api-spec-generated/security.html should have "Scope" instead of "Name"

It is important to use the same terminology, to make collaborating with / setting up other projects easier. My point in question is stups-tokens, where this simple word was misleading me.

dehora commented 8 years ago

We can merge this for now. This is an artefact of the swagger2markup tool used to generate the api documentation (see the howto for details). A more substantial fix will need to look at using the security extension options or patch that project directly to change the titles. The build will also need to be patched in the interim, see #18.