Add "postgres" robot id to nomulus (#1433)

This commit is contained in:
Michael Muller 2021-11-22 12:35:51 -05:00 committed by GitHub
parent 4eb55762f1
commit 80a70a035e

View file

@ -54,7 +54,10 @@ public abstract class SqlUser {
* Credential for RegistryTool. This is temporary, and will be removed when tool users are
* assigned their personal credentials.
*/
TOOL
TOOL,
/** The Postgres admin account. */
POSTGRES
}
/** Information of a RobotUser for privilege management purposes. */