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
The switch from the simple hard-coded token-based authentication to a github user authentication (#539) broke the client authentication necessary for garbo to push data into the DB via the API.
Fix:
Create an additional client authentication endpoint /auth/github to allow client authentication
Client provides a secret instead of a github code to get an API token
Implement routine into garbo pipeline to first request API token using secret before making proper API requests
The text was updated successfully, but these errors were encountered:
The switch from the simple hard-coded token-based authentication to a github user authentication (#539) broke the client authentication necessary for garbo to push data into the DB via the API.
Fix:
The text was updated successfully, but these errors were encountered: