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

Make Clusters a top-level entity in the data model #143

Merged
merged 2 commits into from
Feb 10, 2025
Merged

Conversation

markgoddard
Copy link
Contributor

This change modifies cofidectl to adapt to the changes in
cofide/cofide-api-sdk#29 in which:

  • the Clusters field has been removed from the TrustZone message
  • a Clusters field has been added to the Config message
  • AddCluster, GetCluster and ListClusters RPCs have been added to the
    DataSourcePluginService

Clusters are now a top-level entity in the data model, rather than
embedded in trust zones. As such, Cluster objects are now retrieved via
the DataSource interface.

The limitation of one cluster per trust zone remains, and clusters are
not exposed in the CLI.

Fixes: #127

@markgoddard
Copy link
Contributor Author

Found a bug - custom Helm values overrides aren't persisted.

Base automatically changed from spire-api-interface to main January 30, 2025 14:38
This change modifies cofidectl to adapt to the changes in
cofide/cofide-api-sdk#29 in which:

- the Clusters field has been removed from the TrustZone message
- a Clusters field has been added to the Config message
- AddCluster, GetCluster and ListClusters RPCs have been added to the
  DataSourcePluginService

Clusters are now a top-level entity in the data model, rather than
embedded in trust zones. As such, Cluster objects are now retrieved via
the DataSource interface.

The limitation of one cluster per trust zone remains, and clusters are
not exposed in the CLI.

Fixes: #127
@markgoddard
Copy link
Contributor Author

Found a bug - custom Helm values overrides aren't persisted.

Fixed.

Copy link
Contributor

@kipz kipz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't feel qualified to contribute to a full review, but LGTM

@markgoddard markgoddard merged commit 84b409b into main Feb 10, 2025
7 checks passed
@markgoddard markgoddard deleted the issues/127 branch February 10, 2025 10:14
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.

Make Clusters a top-level entity in the data model
4 participants