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
API gateway: api-keys in webserver, gateway services and client sdk (#1460)
implements parts of #1268 and #1269
- webserver service:
- frontend UI to add API keys (by @odeimaiz )
- extends API specs auth section: see auth/api-keys path
- api-gateway service:
- exposes basic API with two resources: me and studies (dummy handles in this PR)
- customized autodoc with vendor extensions e.g. logo or client-sdk examples
- drafts client-sdk calls (marked as tests to skip for this PR)
- still not part of the swarm in this PR
- only roles>=USER can create API keys
This commit requires DB migration!
0 commit comments