Skip to content

Commit 4f15cd2

Browse files
committed
Update pgAdmin4 docs login information
pgAdmin requires that the login username be formatted as an email. When syncing PGO users with the pgAdmin database we add the `@pgo` suffix to match this formatting. This change updates the documentation to match this change.
1 parent b9e8c53 commit 4f15cd2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/content/architecture/pgadmin4.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ to the Service, which follows the pattern `<clusterName>-pgadmin`, to port `5050
4444
kubectl port-forward svc/hippo-pgadmin 5050:5050
4545
```
4646
47-
Point your browser at `http://localhost:5050` and use your database username and
48-
password to log in. Access your username and password by getting the values from
49-
your user secret. In our case, the secret will be `hippo-pguser-hippo`:
47+
Point your browser at `http://localhost:5050` and you will be prompted to log in.
48+
Use your database username with `@pgo` appended and your database password.
49+
In our case, the pgAdmin username is `hippo@pgo` and the password is found in the
50+
user secret, `hippo-pguser-hippo`:
5051
5152
```
5253
PG_CLUSTER_USER_SECRET_NAME=hippo-pguser-hippo
@@ -55,8 +56,6 @@ PGPASSWORD=$(kubectl get secrets -n postgres-operator "${PG_CLUSTER_USER_SECRET_
5556
PGUSER=$(kubectl get secrets -n postgres-operator "${PG_CLUSTER_USER_SECRET_NAME}" -o go-template='{{.data.user | base64decode}}')
5657
```
5758
58-
Though the prompt says "email address", using your PostgreSQL username will work.
59-
6059
![pgAdmin 4 Login Page](/images/pgadmin4-login.png)
6160
6261
{{% notice tip %}}

docs/static/images/pgadmin4-login.png

-28.8 KB
Loading
-71.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)