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 tls settings for BackupPolicy #580

Merged
merged 13 commits into from
Oct 27, 2023
Merged

Add tls settings for BackupPolicy #580

merged 13 commits into from
Oct 27, 2023

Commits on Oct 26, 2023

  1. Enable TLS for minio used in testing

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    040b5dd View commit details
    Browse the repository at this point in the history
  2. Add ca-cert-file-path arg for moco-backup

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0534599 View commit details
    Browse the repository at this point in the history
  3. Add caCertFilePath field for BackupPolicy

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1dc4695 View commit details
    Browse the repository at this point in the history
  4. fix test

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d862e5d View commit details
    Browse the repository at this point in the history
  5. Add docs

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    16ce11d View commit details
    Browse the repository at this point in the history
  6. Update cmd/moco-backup/cmd/root.go

    Co-authored-by: morimoto-cybozu <[email protected]>
    kmdkuk and morimoto-cybozu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b6e5545 View commit details
    Browse the repository at this point in the history
  7. Rename field, arg and their description

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3a59f14 View commit details
    Browse the repository at this point in the history
  8. Check completion of make-bucket job

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0c74d0c View commit details
    Browse the repository at this point in the history
  9. fix configuration

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    475a308 View commit details
    Browse the repository at this point in the history
  10. Use Gomega matcher in Eventually

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4677acd View commit details
    Browse the repository at this point in the history
  11. Add test using minio with TLS enabled

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3dbbdc0 View commit details
    Browse the repository at this point in the history
  12. Update docs about moco-backup global flags

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    767289a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Fix to remove unnecessary secret

    Signed-off-by: kouki <[email protected]>
    kmdkuk committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    96c7266 View commit details
    Browse the repository at this point in the history