Skip to content

Commit 76869d8

Browse files
committed
update readme, remove plain-text password specification
Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com>
1 parent 461d6ea commit 76869d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

charts/vc-authn-oidc/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ Note: Secure values of the configuration are passed via equivalent environment v
210210
| ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------- |
211211
| `acapy.walletStorageCredentials.json` | Raw json with database credentials. Overrides all other values including postgres subchart values. e.g.: '{"account":"postgres","password":"mysecretpassword","admin_account":"postgres","admin_password":"mysecretpassword"}' | `""` |
212212
| `acapy.walletStorageCredentials.account` | Database account name. | `""` |
213-
| `acapy.walletStorageCredentials.password` | Database password. | `""` |
214213
| `acapy.walletStorageCredentials.admin_account` | Database account with CREATEDB role used to create additional databases per wallet. | `postgres` |
215214
| `acapy.walletStorageCredentials.admin_password` | Database password for admin account. | `""` |
216215
| `acapy.walletStorageCredentials.existingSecret` | Name of an existing secret containing 'database-user', 'database-password', 'admin-password' keys. | `""` |

0 commit comments

Comments
 (0)