feat(hydra-cleaner): add component #61
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "f/hydra_cleaner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hydra database doesn't remove data from its table "oauth2_flow" and all the tables linked (by a foreign key) to it (code, access, oidc, etc.).
This component remove data older than a specific date, by batch with a limit.
This component rely on the component hydra-cnpg-database.
To test it, import the component
and modify your NetworkPolicy if you already have one
You can also modify the configmap:
Checkout
From your project repository, check out a new branch and test the changes.