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

[Custom CA] Add support to specify a custom CA secret ref on a BSL #2332

Closed
dymurray opened this issue Mar 6, 2020 · 1 comment · Fixed by #2353
Closed

[Custom CA] Add support to specify a custom CA secret ref on a BSL #2332

dymurray opened this issue Mar 6, 2020 · 1 comment · Fixed by #2353
Assignees
Milestone

Comments

@dymurray
Copy link
Contributor

dymurray commented Mar 6, 2020

Describe the problem/challenge you have
For the custom CA design, every declaration of object storage (via creation of a BackupStorageLocation) should give the user the ability to also specify a custom CA cert that will be associated and used with the corresponding object storage endpoint for adding, deleting, and reading data from object storage.

Describe the solution you'd like

  1. Update BSL spec to allow for a secret reference which contains the CA bundle for object storage
  2. Update restic controller code to inject CA bundle into the restic pod prior to command line invocation
  3. Update Restic command invocation to pass the path of the CA bundle as a flag --cacert
@mansam
Copy link
Contributor

mansam commented Mar 10, 2020

I'm going to take this on, please assign the issue to me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants