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

Conversation

ricoberger
Copy link
Member

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.

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 ricoberger added the changelog: added A new feature was added label May 12, 2024
@ricoberger ricoberger merged commit eab8cb5 into main May 12, 2024
2 checks passed
@ricoberger ricoberger deleted the add-certificatesigningrequests-resource branch May 12, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: added A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant