Replies: 1 comment 1 reply
-
The dashboard wasn't intended to be a full-fledged stable API, but a way to present what the CLI was showing but in UI format. I think we want to reserve the right to break the API over releases to iterate faster on what the dashboard can do. Also, dashboard provides no auth mechanism, and to make it a real API server we would need to consider building in auth. Is there a reason you prefer Rollout Dashboard API server over say Kubernetes API which could get the same data but with real RBAC? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to have several features in place within the HTTP API:
If we look into a way to unify how the CLI works and empower its composition/features/etc from the API muscle, that may be a way to focus on the API and at the same time have those features/benefits within the CLI ? wdyt
Beta Was this translation helpful? Give feedback.
All reactions