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 cluster id to datastore object #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ferozemohideen
Copy link
Contributor

@ferozemohideen ferozemohideen commented Jan 22, 2024

It's getting increasingly difficult to manage datastores without knowing what cluster they are associated with. Major pain points:

  • when connecting to the datastore, we need to look for the secret in the correct cluster that it was deployed in when the datastore was created (and the one it was auto-vpc-peered to)
  • when allowing users to connect apps to the datastore (i.e., attaching the datastore env group to them), the apps need to be deployed in the cluster that the env group was created in

I see this field as a necessary evil which will be deprecated once we decouple datastores from clusters

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.

None yet

2 participants