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
feat(auth): start storing apiSecret in auth and add tenant signature middleware (#3696)
* feat(auth): add migration to seed operators api secret
* feat(auth): propagate apiSecret during tenant creation
* test(auth): update api secret tests & tableManager
* chore(localenv): update ADMIN_API_SECRET in docker compose files
* chore(bruno): update authApiSignatureSecret in requests
* feat(auth): add getTenantFromApiSignature middleware
* chore(auth): move tenant signature functions to separate file
* feat(auth): update authed tenant middleware, and add tests
* test(backend): update tenant test
* chore(testenv): add ADMIN_API_SECRET to auth
* feat(backend): call the auth service client if apiSecret has been updated
* test(auth): update tenant signature test name
* feat(auth): update tenant response from auth api to include the apiSecet
* test(auth): add additional tests for tenant signature verification
0 commit comments