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

Cannot specify metadata password selector per cell #524

Closed
gibizer opened this issue Sep 11, 2023 · 1 comment · Fixed by #809
Closed

Cannot specify metadata password selector per cell #524

gibizer opened this issue Sep 11, 2023 · 1 comment · Fixed by #809
Assignees

Comments

@gibizer
Copy link
Contributor

gibizer commented Sep 11, 2023

type CellPasswordSelector struct {
// +kubebuilder:validation:Optional
// +kubebuilder:default="NovaCell0DatabasePassword"
// CellDatabase - the name of the field to get the Cell DB password from
// the Secret
Database string `json:"database"`
}

If metadata deployed per cell then we could allow the user to specify the shared secret for each cell metadata service differently.

@gibizer
Copy link
Contributor Author

gibizer commented Sep 11, 2023

Deploying per cell metadata is more a scalability feature than a security feature. Thanks @SeanMooney pointing this out.
Still separating cells is not just a scalability feature it is at least partially security feature as well.

Definitely this is not something that is super urgent.

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.

2 participants