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 a way to disable TLS for BackupData* and RestoreData* functions #2585

Closed
PrasadG193 opened this issue Jan 3, 2024 · 1 comment · Fixed by #2589
Closed

Add a way to disable TLS for BackupData* and RestoreData* functions #2585

PrasadG193 opened this issue Jan 3, 2024 · 1 comment · Fixed by #2589
Assignees
Projects

Comments

@PrasadG193
Copy link
Contributor

Is your feature request related to a problem? Please describe.

We have received a few queries from customers where they have configured s3 S3-compatible location with custom certificate.
They wanted to use BackupDataAll and RestoreDataAll function in the Blueprint. But it fails with x509: certificate signed by unknown authority.
We should add a way to disable TLS and pass custom certs to the functions so that it can be used internally for the authentication.

Describe the solution you'd like

Maybe we can add an additional function arg to disable TLS.
For passing custom certificates, we can create a secret/configmap and pass the resource name as an argument

Copy link
Contributor

github-actions bot commented Jan 3, 2024

Thanks for opening this issue 👍. The team will review it shortly.

If this is a bug report, make sure to include clear instructions how on to reproduce the problem with minimal reproducible examples, where possible. If this is a security report, please review our security policy as outlined in SECURITY.md.

If you haven't already, please take a moment to review our project's Code of Conduct document.

@github-actions github-actions bot added the triage label Jan 3, 2024
@infraq infraq added this to To Be Triaged in Kanister Jan 3, 2024
@r4rajat r4rajat assigned r4rajat and unassigned r4rajat Jan 3, 2024
@r4rajat r4rajat self-assigned this Jan 4, 2024
@mergify mergify bot closed this as completed in #2589 Jan 30, 2024
Kanister automation moved this from To Be Triaged to Done Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants