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

Add CertificateSigningRequests Resource #648

Merged
merged 1 commit into from
May 12, 2024

Commits on May 12, 2024

  1. Add CertificateSigningRequests Resource

    This commit adds support for the `CertificateSigningRequest` resource.
    This means that users can view CSRs within the app. It is also possible
    to approve or deny a CSR within the app.
    
    We also added a new `DateTimeExtension`, to format the time in a format
    required by the Kubernetes API server. For this we also moved the
    `_rFC3339Nano` function required by the Flux plugin to the newly added
    extension.
    ricoberger committed May 12, 2024
    Configuration menu
    Copy the full SHA
    790a666 View commit details
    Browse the repository at this point in the history