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 separate config for each cluster so that I can access them individually.
Description:
In this version, users can download a configuration file for every cluster they need to access. The configuration file will be available for download via the local Gangway interface.
Acceptance Criteria:
Config Availability:
A separate configuration file is generated for each cluster.
The config file includes all necessary details for the user to access the respective cluster.
Gangway Integration:
Users can log in to the local Gangway interface.
A "Download Config" button is available for the cluster.
Config Download Functionality:
Upon clicking "Download Config," the corresponding cluster’s config file is downloaded.
The downloaded file is correctly formatted and functional for cluster access.
Validation:
Users can successfully use the downloaded config file to access the intended cluster.
Preconditions:
Gangway is deployed and operational for the environment.
User credentials and roles are set up, allowing access to specific clusters.
The backend generates valid config files for each cluster.
Steps for Validation:
Login to Gangway:
User logs in to the local Gangway interface using their credentials.
Download Config:
For each cluster, the user clicks the "Download Config" button.
Validate that a correctly named file (e.g., <cluster_name>-config.yaml) is downloaded.
Test Config Functionality:
Use the downloaded config file to connect to the corresponding cluster via kubectl.
Verify that cluster access is established and operational.
Error Handling:
Test scenarios where the user attempts to download a config without access permissions.
Confirm that appropriate error messages are displayed, and no invalid config file is generated.
The text was updated successfully, but these errors were encountered:
Title:
As a user, I want to download a separate config for each cluster so that I can access them individually.
Description:
In this version, users can download a configuration file for every cluster they need to access. The configuration file will be available for download via the local Gangway interface.
Acceptance Criteria:
Config Availability:
Gangway Integration:
Config Download Functionality:
Validation:
Preconditions:
Steps for Validation:
Login to Gangway:
Download Config:
<cluster_name>-config.yaml
) is downloaded.Test Config Functionality:
kubectl
.Error Handling:
The text was updated successfully, but these errors were encountered: