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
Implement the frontend Portal UI functionality for Platform Users to manage environment variables during the deployment process, with a focus on user-friendly management and security for sensitive data.
Acceptance Criteria
Users should be able to manage ConfigMap/Secret using the Portal UI.
Portal UI should hide sensitive data by default.
Users should be able to define variables one per line or using a YAML formatting approach.
Implementation Plan
Update the Portal UI to include features for managing ConfigMap/Secret.
Implement UI mechanisms to hide sensitive data by default.
Enable users to input variables using either line-by-line or YAML formatting options.
The text was updated successfully, but these errors were encountered:
Implement the frontend Portal UI functionality for Platform Users to manage environment variables during the deployment process, with a focus on user-friendly management and security for sensitive data.
Acceptance Criteria
Users should be able to manage ConfigMap/Secret using the Portal UI.
Portal UI should hide sensitive data by default.
Users should be able to define variables one per line or using a YAML formatting approach.
Implementation Plan
The text was updated successfully, but these errors were encountered: