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

support kie custom label #1027

Open
liweiv opened this issue Apr 1, 2022 · 1 comment
Open

support kie custom label #1027

liweiv opened this issue Apr 1, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@liweiv
Copy link
Contributor

liweiv commented Apr 1, 2022

I used kie as the config server. I wanna add custom labels, such as project,product. but there are no way to set custom labels in config file. however this feature had finished in spring cloud huawei config(only one label).
spring-cloud-huawei-config:

kie:
  customLabel: labelKey
  customLabel: labelValue

expect go-chassis supporting

kie:
  customLabels:
    - key: labelKey
      value: labelValue
    - key: labelKey2
      value: labelValue2 
@tianxiaoliang
Copy link
Member

Great Proposal. please create a pull request and follow same config as spring cloud huawei

@tianxiaoliang tianxiaoliang added the enhancement New feature or request label May 30, 2022
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