sonata-nfv / son-gkeeper

SONATA's Service Platform Gatekeeper
http://www.sonata-nfv.eu
Apache License 2.0
2 stars 18 forks source link

Authenticate user on function description query #602

Closed jbonnet closed 7 years ago

jbonnet commented 7 years ago

hey, @dang03 Authorization for GETting services ({path: '/services', method: 'GET'}) and functions ({path: '/functions', method: 'GET'}) is failing... is it ready on the UM? Also, do you distinguish when we do .../services/ and .../services/:uuid?

dang03 commented 7 years ago

Hi @jbonnet I've tested both and they return 200 OK, here are some details:

In cases such .../functions/:uuid, the UM will not consider the :uuid yet, and it will ignore it. Right now we don't have that level of permission granularity, but keep it in the GK as the new authorization mechanism will consider it soon.

jbonnet commented 7 years ago

Closed by PR #674