1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-04 00:18:40 +01:00
unleash.unleash/src/lib
Gastón Fournier ee8c9a62da
chore: filter out deprecated permissions (#4083)
## About the changes
This makes these permissions not available for selection. In particular
`UPDATE_ROLE`, `CREATE_API_TOKEN`, `UPDATE_API_TOKEN`,
`DELETE_API_TOKEN`, `READ_API_TOKEN` are long-lived and should be taken
out with special care which is why we have
https://linear.app/unleash/issue/2-1158/add-delete-migration-to-clean-up-no-longer-used-permissions

## Discussion points
If a role has this permission assigned, it will be displayed but will
not be able to remove it. Because the application code does not rely on
these permissions, this shouldn't be a problem. Later when we remove
them from the DB, the permission will be removed as well from the role
by the migration
2023-06-23 12:26:35 +02:00
..
__snapshots__ Splitted strategy button (#4025) 2023-06-21 15:26:07 +02:00
addons
db chore: filter out deprecated permissions (#4083) 2023-06-23 12:26:35 +02:00
domain/project-health
error refactor: token permissions, drop admin-like permissions (#4050) 2023-06-22 08:35:54 +01:00
features fix: fetching user root roles include custom ones (#4068) 2023-06-22 14:42:01 +00:00
middleware refactor: token permissions, drop admin-like permissions (#4050) 2023-06-22 08:35:54 +01:00
openapi fix: disallow empty list of envs and invalid env names in advanced playground (#4060) 2023-06-22 09:01:10 +00:00
proxy refactor: playground in feature oriented architecture (#3942) 2023-06-09 12:55:54 +02:00
routes Feat/more granular permissions check in create apitoken (#4072) 2023-06-23 10:57:08 +02:00
schema chore: deprecate username on api-tokens (#3616) 2023-05-04 09:56:00 +02:00
segments chore: add additional methods we want exposed (#3771) 2023-05-15 10:23:28 +00:00
services fix: fetching user root roles include custom ones (#4068) 2023-06-22 14:42:01 +00:00
types fix: fetching user root roles include custom ones (#4068) 2023-06-22 14:42:01 +00:00
util feat: roles unification (#3999) 2023-06-19 09:41:40 +01:00
app.test.ts
app.ts fix: remove consecutive slashes (#3882) 2023-05-27 16:16:51 +00:00
create-config.test.ts chore: remove optimal 304 flag (#3665) 2023-05-05 09:18:04 +02:00
create-config.ts feat: enable oas by default (#4021) 2023-06-20 15:39:15 +02:00
default-custom-auth-deny-all.ts
internals.ts
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts
metrics.ts
server-impl.test.ts
server-impl.ts chore: set unleash version to be either the enterprise version or OSS (#3974) 2023-06-13 19:39:49 +02:00