Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task-util-config: allow digits in the name of the configuration keys #69

Closed
dcremonini opened this issue Sep 29, 2024 · 0 comments · Fixed by apache/openserverless-task#29
Assignees
Labels
enhancement New feature or request

Comments

@dcremonini
Copy link
Contributor

  • Kind of request: feature request

Problem

To create a wizard configurator, a selection of a choice or a multiple selection are needed.

Currently in a configuration JSON file it's not possible to name an item as shown below:

  "MINIO_CONFIG_INGRESS_S3": {
    "label": "Enable S3 ingress component",
    "type": "bool"
  },

Impact

ops tasks developers

Priority

low

Expected outcome

  1. The key MINIO_CONFIG_INGRESS_S3 is allowed

Suggested solution

Modify the isInputConfigValid function with a different regular expression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant