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 gitops bucket server #2403

Merged
merged 1 commit into from
Jul 6, 2022
Merged

add gitops bucket server #2403

merged 1 commit into from
Jul 6, 2022

Conversation

chanwit
Copy link
Member

@chanwit chanwit commented Jul 5, 2022

This PR implements an S3-based bucket server to be used in a temporary development environment.
It is the server-side component for the GitOps Sync to talk to.

The server is implemented using the in-memory GoFakeS3 library. It accepts connections at port 9000. It is designed to run inside Kubernetes without touching the disk. To connect to this server, port forwarding is required.

Fixes #2398

Signed-off-by: Chanwit Kaewkasi chanwit@weave.works

@chanwit chanwit self-assigned this Jul 5, 2022
@chanwit chanwit requested a review from ozamosi July 5, 2022 12:00
@chanwit chanwit added the type/enhancement New feature or request label Jul 5, 2022
Signed-off-by: Chanwit Kaewkasi <chanwit@weave.works>
@chanwit chanwit merged commit 1d9e317 into main Jul 6, 2022
@chanwit chanwit deleted the gitops-bucket-server branch July 6, 2022 12:37
This was referenced Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server side component for gitops sync
2 participants