sonata-nfv / son-bss

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

Send licence type in licence creation #107

Closed jbonnet closed 7 years ago

jbonnet commented 7 years ago

Hi, @srodriguezOPT From an analysis made by @felipevicens, it seems that the type of licence is not being sent when the licence is created... can you please check?

santiagordguez commented 7 years ago

Hi, @jbonnet

Yes, only the service_uuid is sent because only private services not owned by the user can make the licence request.

Do we really need to send the licence_type in the request? What value does the GK need?:

jbonnet commented 7 years ago

@srodriguezOPT If the GK hardcodes the PRIVATE licence type when creating a licence, it can not be used in other cases. I would prefer the BSS, who implements the simple and limited flow we have decided, to pass PRIVATE hardcoded as the licence type.

jbonnet commented 7 years ago

@srodriguezOPT Did you include also the default URL of the Store?

santiagordguez commented 7 years ago

@jbonnet Ok. I can include the service_name

santiagordguez commented 7 years ago

closed by https://github.com/sonata-nfv/son-bss/pull/108 and https://github.com/sonata-nfv/son-bss/pull/109