-
Notifications
You must be signed in to change notification settings - Fork 8
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(server): add DELETE API for Carapace certificates #475
feat(server): add DELETE API for Carapace certificates #475
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM...
@NiccoMlt Can you check the test that fails? It could be one of the flacky tests. If you can fix it it wouldn't be bad.
Are you planning to integrate it on the admin side too? |
The issue already exists, the UI support was not planned for this issue: #357
Ok, I'll give it a look |
carapace-server/src/main/java/org/carapaceproxy/api/CertificatesResource.java
Outdated
Show resolved
Hide resolved
carapace-server/src/main/java/org/carapaceproxy/api/CertificatesResource.java
Show resolved
Hide resolved
carapace-server/src/main/java/org/carapaceproxy/configstore/HerdDBConfigurationStore.java
Outdated
Show resolved
Hide resolved
e358b77
to
bd8b8fd
Compare
bd8b8fd
to
64b301a
Compare
@hamadodene sorry but I didn't manage to reproduce it in any way, it's easier to break it for "too many files" than to have the same problem happen locally: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #454