SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

name must be unique across apps and services #48

Closed ccheetham closed 5 years ago

ccheetham commented 5 years ago

Names should be unique in union of app and service names.

This should not be allowed:

$ st add app foo
$ st add redis foo
cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/161958818

The labels on this github issue will be updated when the story is started.

ccheetham commented 5 years ago

Upon review, it's best to defer name scope restrictions to the underlying backend drives.