filestash icon indicating copy to clipboard operation
filestash copied to clipboard

feat: pgl_backend_s3: add option for no_verify_ssl

Open InsOpDe opened this issue 1 year ago • 2 comments

As a User I want to be able to ignore SSL Verification (in case the authority is unknown f.e.) so that I can still connect without getting x509 certificate errors.

This PR adds a checkbox where the user can check this option:

image

This PR also adds the option to use boolean checkboxes with labels via the Formbuilder.

I did not add any translations as the other fields didn't have any as well. I also am missing a contribution Guide

InsOpDe avatar Oct 25 '23 13:10 InsOpDe

The frontend part of the code you made a change to is currently being rewritten from scratch as we're moving away from React to Vanilla JS. What that means is we can't allow code changes in the frontend side as what you had to change is gonna disappear in the next few months.

I will keep this PR open as we should be able to merge this minus the frontend change to enable that same functionality once the entire migration is done.

mickael-kerjean avatar Nov 02 '23 13:11 mickael-kerjean

oh snap

InsOpDe avatar Nov 02 '23 17:11 InsOpDe