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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user