1
0
mirror of https://github.com/google/nomulus synced 2026-04-18 23:35:54 +00:00

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

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