1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00
unleash.unleash/frontend/src
Gastón Fournier 1cedd3dc33
feat: add PAT kill switch (#3454)
This PR disables PAT admin endpoints so it's not possible to create or
get PATs the kill switch is enabled, the UI is hidden but the existing
PATs will continue to work if they were created before. The delete
endpoint still works allowing an admin to delete old PATs

By default the kill switch is disabled (i.e. PAT is enabled by default)
2023-04-05 10:24:09 +02:00
..
__mocks__
assets feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
component feat: add PAT kill switch (#3454) 2023-04-05 10:24:09 +02:00
constants refactor: remove old components after variants per env (#3110) 2023-02-14 16:03:53 +00:00
contexts
hooks Fix: make stickiness accept any string (#3408) 2023-03-28 16:42:16 +03:00
interfaces feat: add PAT kill switch (#3454) 2023-04-05 10:24:09 +02:00
openapi refactor: not used cleanup (#3347) 2023-03-21 11:10:07 +02:00
themes feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
types chore(deps): update dependency prettier to v2.8.1 (#2509) 2022-12-27 10:45:43 +01:00
utils E2E test - batch updates (#3392) 2023-03-29 14:47:12 +03:00
index.tsx feat: message banner (#2726) 2022-12-22 15:16:51 +00:00
setupTests.ts
vite-env.d.ts