Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: disable oauth2 client deletion #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 27, 2024

  1. feat: disable oauth2 client deletion

    This new feature allows to disable hydra-maester OAuth2 client deletion.
    It can be a pitfall that, when a Kube CRD gets deleted, the OAuth2 client gets deleted.
    
    OAuth2 clients can be critical for production environments to work properly,
    and allowing to delete one when a Kubernetes CRD gets deleted has shown to be brittle.
    
    This feature should make hydra-maester safer.
    David-Wobrock committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d12c170 View commit details
    Browse the repository at this point in the history