Skip to content

Commit

Permalink
Updated error strings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomergreenwald committed Dec 14, 2023
1 parent d863c24 commit 456c1d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/quickstart/access-control/k8s-postgresql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,12 @@ kubectl logs -f --tail 0 -n otterize-tutorial-psql deploy/psql-client | head -n
You should see:

```
ERROR: permission denied for table users
ERROR: permission denied for table users
psql: error: connection to server at ... failed: FATAL: password authentication failed for user "psql_client_otterize-tutorial-psql_svc_k3ied92kzu"
connection to server at ... failed: FATAL: no pg_hba.conf entry for host ..., user "psql_client_otterize-tutorial-psql_svc_k3ied92kzu", database "otterize-demo", no encryption
```

This is expected because we have not yet configured access to the client.

## Apply intents

Declares your client intents to access the PostgreSQL databse with the following intents file:
Expand Down

0 comments on commit 456c1d9

Please sign in to comment.