Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

[Backup] Do not validate Secret for file protocol #379

Merged
merged 2 commits into from
Dec 12, 2021
Merged

[Backup] Do not validate Secret for file protocol #379

merged 2 commits into from
Dec 12, 2021

Conversation

AKamyshnikova
Copy link
Contributor

File protocol does not need any authentication, but backup will
fail if secret is not set.
Check protocol type before validating secret.

Fixes #378

Q A
Bug fix? [x]
New feature? []
API breaks? []
Deprecations? []
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0

File protocol does not need any authentication, but backup will
fail if secret is not set.

Fixes #378
@fdehay
Copy link
Member

fdehay commented Nov 9, 2021

Hello @AKamyshnikova,
Could you please rebase your branch on master please?
We have pushed a small fix today to have integration tests work that we need before accepting PRs
Sorry for this
Thanks!

@AKamyshnikova
Copy link
Contributor Author

AKamyshnikova commented Nov 10, 2021

@fdehay Hi!
I've rebased change on master.

@cscetbon
Copy link
Contributor

@fdehay looks good to me. We should test that a regular backup still works as it's not tested here. other than that 👍

@cscetbon
Copy link
Contributor

cscetbon commented Dec 7, 2021

@AKamyshnikova it seems part of this code is already included in the volume mounts PR. Is it because the other PR is branched off of this one ?

@AKamyshnikova
Copy link
Contributor Author

@cscetbon Hi! Yes, I just based it on top of this. I could rebase on master the other one when this is merged.

@cscetbon cscetbon merged commit 82bcb0c into Orange-OpenSource:master Dec 12, 2021
@cscetbon cscetbon mentioned this pull request Mar 9, 2022
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backup with file protocol failed if secret is not set
3 participants