1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/openapi
Nuno Góis d63b3c69fe
feat: adapt user logic to better adapt to SAs (#2917)
https://linear.app/unleash/issue/2-579/improve-user-like-behaviour-for-service-accounts-accounts-concept

<img width="803" alt="image"
src="https://user-images.githubusercontent.com/14320932/213011584-75870595-988d-49bc-a7bf-cd1ffd146bca.png">

Makes SAs behave more like users. 

Even though they share the same `users` database table, the `is_service`
column distinguishes them. This PR makes the distinction a bit less
obvious by not filtering out SAs for some methods in the user store,
returning both account types and their respective account type
information so we can handle them properly on the UI.

We felt like this was a good enough approach for now, and a decent
compromise to move SAs forward. In the future, we may want to make a
full refactor with the `accounts` concept in mind, which we've
experimented with in the
[accounts-refactoring](https://github.com/Unleash/unleash/tree/accounts-refactoring)
branches (both OSS and Enterprise).
 
https://github.com/Unleash/unleash/pull/2918 - Moves this a bit further,
by introducing the account service and store.
2023-01-18 12:12:44 +00:00
..
spec feat: adapt user logic to better adapt to SAs (#2917) 2023-01-18 12:12:44 +00:00
util Maintenance mode for users (#2716) 2022-12-21 13:23:44 +02:00
endpoint-descriptions.ts fix: Fix broken OpenAPI (#2379) 2022-11-10 22:55:01 +01:00
index.test.ts task: use swc instead of ts-jest (#2042) 2022-09-06 13:22:41 +02:00
index.ts Export with strategies (#2877) 2023-01-11 15:00:20 +00:00
validate.test.ts
validate.ts Ability to add AJV schemas runtime (#2792) 2023-01-06 11:41:39 +02:00