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

Control Plane changes for Remote Extensions #4738

Closed
2 tasks done
awestover opened this issue Jul 17, 2023 · 2 comments · Fixed by #4750
Closed
2 tasks done

Control Plane changes for Remote Extensions #4738

awestover opened this issue Jul 17, 2023 · 2 comments · Fixed by #4750

Comments

@awestover
Copy link
Contributor

awestover commented Jul 17, 2023

In #4715 we try to connect to an S3 bucket for a new feature: remote extensions.

In the regression test we pass the remote storage configuration as a CLI ARG, something like

-r {
	"bucket": "neon-dev-extensions-eu-central-1", 
	"region": "eu-central-1", 
	"endpoint": null,
	"prefix": "5174747474"
}

and this is what compute_ctl expects.

This issue:

  • Now we need to do this from go control plane.
  • Also, we need to make sure that compute_ctl gets the appropriate AWS credentials (probably as environment variables)
  • Finally, we need to make the e2e tests test remote extensions

Tasks

Preview Give feedback
@awestover
Copy link
Contributor Author

awestover commented Jul 18, 2023

@awestover awestover linked a pull request Jul 18, 2023 that will close this issue
@awestover
Copy link
Contributor Author

completed

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.

1 participant