You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to download a single config containing an array of clusters directly from the Ops-dashboard so that I can access all the clusters I have been granted access to.
Description:
In this version, users can log in to the Ops-dashboard and navigate to a dedicated "Clusters" page. On this page, they will see a "Download Config" button, which allows them to download a unified configuration file containing details for all clusters they have access to.
Acceptance Criteria:
Clusters Page:
A "Clusters" page is available on the Ops-dashboard.
Download Config Button:
A "Download Config" button is displayed on the "Clusters" page.
Clicking the button generates and downloads a single unified config file.
Unified Config File:
The downloaded config file contains an array of all clusters the user has access to.
Access Control:
The config dynamically updates based on the clusters the admin has granted or revoked access to.
Validation:
Users can successfully download the config and use it to access all authorized clusters.
Preconditions:
Ops-dashboard is deployed and operational.
User credentials and roles are set up, determining cluster access.
Steps for Validation:
Login to Ops-dashboard:
User logs in to the Ops-dashboard using their credentials.
Navigate to Clusters Page:
User navigates to the "Clusters" page.
Validate that the page displays clusters the user has access to.
Download Config:
User clicks the "Download Config" button.
Validate that the downloaded file contains details for all authorized clusters.
Test Config Functionality:
Use the unified config file with kubectl to verify access to all clusters listed in the file.
Access Updates:
Grant or revoke access to clusters for the user.
Verify that the updated config file reflects these changes after download.
The text was updated successfully, but these errors were encountered:
Title:
As a user, I want to download a single config containing an array of clusters directly from the Ops-dashboard so that I can access all the clusters I have been granted access to.
Description:
In this version, users can log in to the Ops-dashboard and navigate to a dedicated "Clusters" page. On this page, they will see a "Download Config" button, which allows them to download a unified configuration file containing details for all clusters they have access to.
Acceptance Criteria:
Clusters Page:
Download Config Button:
Unified Config File:
Access Control:
Validation:
Preconditions:
Steps for Validation:
Login to Ops-dashboard:
Navigate to Clusters Page:
Download Config:
Test Config Functionality:
kubectl
to verify access to all clusters listed in the file.Access Updates:
The text was updated successfully, but these errors were encountered: