0002 - Service Account Namespaces Convention¶
Overview¶
There are maximum service account per project.
Namespace¶
Following [Dota2] because im big fan since 2012
Rules¶
For resources on Compute Engine, the resource name must meet the following format (unless specified differently in the documentation for creating that resource):
(a) Be 1-63 characters in length.
(b) Comply with RFC 1035 conventions.
© Match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.