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 548ae25fac
commit bf4b6978a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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. */