You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposed design:
Add a query parameter for the getSystems endpoint.
Parameter name filterByCredentials
Parameter type ENUM with values ANY, NO_CREDENTIALS, WITH_CREDENTIALS
Default is ANY
Might be better to first update Systems so that we persist information about which credentials have been registered for each system. We already have some of this information in the table systems_login_user.
One option is to extend this table to include all credential registration information.
Of course excluding the actual credentials.
Since we always need to check this table when looking up credentials, this might provide a natural way to lazily fill in the credential registration info for systems with credentials registered prior to this update.
Having this info in a Systems table should make it simpler and faster to:
filter by credentials
allow for fetching of credential registration info by system
allow for fetching of credential registration info by Tapis user
One use case is to allow a UI to show appropriate systems when launching an application.
The text was updated successfully, but these errors were encountered: