It can be difficult to identify the resources that belong to a customer
exarkun opened this issue · 1 comments
The only unique identifier we assign to a subscription's resources are the subscription id and we don't tell the customer their subscription id when they sign up. email address is almost always unique and known by both us and the customer but it's not guaranteed unique and certain failures almost guarantee it not to be - for example, an accidental double-subscribe (which happens more often than one might guess).
We should communicate the unique identifier for a customer's subscription to them somehow.
One way to do this would be in the by customizing the "nickname" sent in the config blog via magic-wormhole. It currently says "Least Authority S4" but we could make it something like "Least Authority S4 <sub_XXXXXXXX>".