Missing postgresql permission for akkounts/lndhub on replica #538

Closed
opened 2024-01-22 12:17:55 +00:00 by raucao · 1 comment
Owner

Not sure when it got lost, but the replica didn't have a permission set for the akkounts user to access the lndhub database, thereby breaking the lndhub features in the accounts admin panel.

I've added it manually to pg_hba.cong on the current replica for now.

(For reference, it's something like this, but we use a cookbook method for it anyway: host lndhub akkounts 10.1.1.144/32 md5)

Not sure when it got lost, but the replica didn't have a permission set for the `akkounts` user to access the `lndhub` database, thereby breaking the lndhub features in the accounts admin panel. I've added it manually to `pg_hba.cong` on the current replica for now. (For reference, it's something like this, but we use a cookbook method for it anyway: `host lndhub akkounts 10.1.1.144/32 md5`)
raucao added the
bug
service
accounts
labels 2024-01-22 12:17:55 +00:00
Author
Owner

I think this was due to not running Chef again after changing the roles.

I think this was due to not running Chef again after changing the roles.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kosmos/chef#538
No description provided.