mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +02:00
Add "postgres" robot id to nomulus (#1433)
This commit is contained in:
parent
4eb55762f1
commit
80a70a035e
1 changed files with 4 additions and 1 deletions
|
@ -54,7 +54,10 @@ public abstract class SqlUser {
|
||||||
* Credential for RegistryTool. This is temporary, and will be removed when tool users are
|
* Credential for RegistryTool. This is temporary, and will be removed when tool users are
|
||||||
* assigned their personal credentials.
|
* assigned their personal credentials.
|
||||||
*/
|
*/
|
||||||
TOOL
|
TOOL,
|
||||||
|
|
||||||
|
/** The Postgres admin account. */
|
||||||
|
POSTGRES
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Information of a RobotUser for privilege management purposes. */
|
/** Information of a RobotUser for privilege management purposes. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue