tapis-project / tapis-apps

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Apps: Call SK for share info only when needed when fetching apps. #48

Closed scblack321 closed 5 months ago

scblack321 commented 8 months ago

When fetching apps the Apps service calls SK to get share info even when the info has not been requested. For example, the default behavior when calling listApps is listType=OWNED and select=SUMMARY_ATTRIBUTES. For that case, there is no need to call SK, but currently calls are made to SK to get share info.