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

chore(compass-web): use ccs for atlas sandbox instead of local proxy COMPASS-8693 #6570

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gribnoysup
Copy link
Collaborator

@gribnoysup gribnoysup commented Dec 16, 2024

This patch switches the compass-web sandbox to use ccs instead of manually replicating the similar connection logic (creating a temp user and issuing a cert), this comes with two benefits:

  • it's just faster and more stable (when dev environments are not broken) to use this locally
    • we can also remove a bunch of this custom code for managing all this and simplify our "non-atlas" ws proxy
  • it gives us e2e coverage for the whole system when running the "with atlas cloud" subset of tests

WIP while I'm checking that CI is working

@gribnoysup
Copy link
Collaborator Author

gribnoysup commented Dec 17, 2024

Blocked by https://jira.mongodb.org/browse/CLOUDP-286880 specifically for use with "test users"

EDIT: CLOUDP-286880 is resolved, so should be able to proceed with this now

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 this pull request may close these issues.

1 participant