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 Support for Read-Only and Write Access Modes in Kopia Repository Connection #3143

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

plar
Copy link
Contributor

@plar plar commented Sep 19, 2024

Change Overview

This PR introduces the capability to specify access modes (read-only or write access) when connecting to a Kopia repository. The change ensures that operations such as pull(ro), push(w), and delete(w) respect the desired access level to the repository.

Manual testing was conducted for pull (read-only), push, and delete (write) operations to verify proper functionality.

Pull request type

Please check the type of change your PR introduces:

  • 🐛 Bugfix

Test Plan

  • 💚 E2E

Copy link
Contributor

@viveksinghggits viveksinghggits left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@pavannd1 pavannd1 added the kueue label Sep 19, 2024
@mergify mergify bot merged commit bbf0e8a into master Sep 19, 2024
18 checks passed
@mergify mergify bot deleted the feat-support-kopia-read-only branch September 19, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants