zalando / innkeeper

Simple route management API for Skipper
Other
166 stars 21 forks source link

Team Check should work for services and employees equally #209

Closed mo-gr closed 7 years ago

mo-gr commented 7 years ago

The team-service does not return a team for service-tokens. For that, the application registry (kio) must be queried to obtain a team name:

curl -v https://kio/apps/app-name -H "Authorization: Bearer $token" | jq .team_id
mo-gr commented 7 years ago

Team check should also be cached for a reasonable amount of time (1h?). No need to put high pressure on the team service during bulk updates

mo-gr commented 7 years ago

The caching was solved by #214