epam / epam/hub-extensions

`env` extension: `component` discriminator usability issue

Open
#87 3 comments 0 reactions 1 assignee Claimed by @NellyHargeliya View on GitHub
enhancement usability
Dominant language
Shell
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

When several parameters have the same name, but different `component` discriminator, then the `env` extension does not say which component the parameter belongs to when asking for user input

For example, I have the following params
```
- name: ingress.hosts
component: istio-ingressgateway
fromEnv: KUBEFLOW_HOST
- name: ingress.hosts
component: argo
fromEnv: ARGO_HOST
```

When running `hubctl stack configure` the `env` extension outputs:

```
* Setting parameter ingress.hosts
Enter value (6jy54gla452z74fsp9e99csj292548m... #random):
```
without saying what component the `ingress.hosts` belongs to.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.