Skip to content

Commit 5ff3bc1

Browse files
committed
update pgouser file information
1 parent 8849702 commit 5ff3bc1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

hugo/content/installation/configuration.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ $COROOT/conf/apiserver/pgouser
7979

8080
The sample configuration for `pgouser` is as follows -
8181
....
82-
username:password
83-
testuser:testpass
82+
username:password:pgoadmin
83+
testuser:testpass:pgoadmin
84+
readonlyuser:testpass:pgoreader
8485
....
8586

8687
Modify these values to be unique to your environment.

hugo/content/installation/deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export PGO_CLIENT_CERT=$COROOT/conf/apiserver/server.crt
5858
export PGO_CLIENT_KEY=$COROOT/conf/apiserver/server.key
5959
....
6060

61-
The pgo client uses Basic Authentication to authenticate to the operator REST API, for authentication, add the following `.pgouser` file to your $HOME -
61+
The pgo client uses Basic Authentication to authenticate to the operator REST API. For authentication, add the following `.pgouser` file to your $HOME -
6262
....
6363
echo "username:password" > $HOME/.pgouser
6464
....

0 commit comments

Comments
 (0)