NewPassword provides a random string prefixed with INTEGRATION-PASSWORD
()
| 96 | |
| 97 | // NewPassword provides a random string prefixed with INTEGRATION-PASSWORD |
| 98 | func NewPassword() string { |
| 99 | return PrefixedRandomName("INTEGRATION-PASSWORD") |
| 100 | } |
| 101 | |
| 102 | // NewSecurityGroupName provides a random name prefixed with INTEGRATION-SEC-GROUP. If an infix is provided, it |
| 103 | // is placed between INTEGRATION-SEC-GROUP and the random string. |
no test coverage detected