line / centraldogma

Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2
https://line.github.io/centraldogma/
Apache License 2.0
604 stars 118 forks source link

Allow adding `@` prefix for internal projects #973

Closed minwoox closed 4 months ago

minwoox commented 4 months ago

Motivation: The xDS module requires its own Central Dogma project for managing xDS resources. While it's possible to create a project with an arbitrary name that is not currently is use, adding a @ prefix to the project name has several benefits:

Modifications:

Result:

minwoox commented 4 months ago

This version has to be deployed before #965 is deployed.

ikhoon commented 4 months ago

Still LGTM