You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## ** Work in Progress **
1
+
2
2
# Postgre SQL Database as a Fabric Wallet
3
3
4
4
Security on the Hyperledger Fabric is enforced with digital signatures. All requests made to the fabric must be signed by users with appropriate enrolment certificates. Once user is enrolled, Node js application persist certificate in wallet for future usages.
@@ -154,7 +154,7 @@ To Deploy PostgreSQL on Kubernetes, ensure you are able to run `kubectl` command
154
154
service "postgres" created
155
155
```
156
156
157
-
***Get Credentials for Postgres DB**
157
+
***Get Credentials/Connection Details for Postgres DB**
158
158
159
159
****Get port of Postgre***
160
160
@@ -179,9 +179,9 @@ To Deploy PostgreSQL on Kubernetes, ensure you are able to run `kubectl` command
179
179
180
180
Make a note of this public IP.
181
181
182
-
* ***Credentials of PostgresDB***
182
+
* ***Connection details of PostgresDB***
183
183
184
-
This port number and cluster public ip will be used further in `step 5`.
184
+
This port number and cluster public ip will be used as db connection details further in `step 5`.
185
185
186
186
187
187
## 5. Update connection profile and PostgreSQL credentials
0 commit comments