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

Allow to split objectName to set envvar name #8

Open
emanuelflp opened this issue Apr 29, 2021 · 1 comment
Open

Allow to split objectName to set envvar name #8

emanuelflp opened this issue Apr 29, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@emanuelflp
Copy link

Actually, we only have the possibility to use the full name of the parameter to set the variable name and optionally define a separator when using / in parameter name.

The suggestion consists in allow to split part of parameter name and use result to create the variable name.

Eg:

  • basename - anything after the last '/' is the variable name (e.g. with path /service, parameter /service/app/param becomes PARAM)
  • relative - anything after the path is the variable name (e.g. with path /service, parameter /service/app/param becomes APP_PARAM)
  • absolute - the full path with parameter name is the variable name (e.g. with path /service, parameter /service/app/param becomes SERVICE_APP_PARAM)
@joebaro joebaro added the enhancement New feature or request label May 6, 2021
@joebaro
Copy link
Contributor

joebaro commented May 6, 2021

Thank you for your feedback. We have noted this as a feature request.

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

No branches or pull requests

2 participants