aboutsummaryrefslogtreecommitdiff
path: root/weed/credential/postgres/postgres_store.go
AgeCommit message (Collapse)AuthorFilesLines
2025-08-03Filer Store: postgres backend support pgbouncer (#7077)Chris Lu1-3/+4
support pgbouncer
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-6/+6
2025-07-12Admin UI: Add policies (#6968)Chris Lu1-436/+13
* add policies to UI, accessing filer directly * view, edit policies * add back buttons for "users" page * remove unused * fix ui dark mode when modal is closed * bucket view details button * fix browser buttons * filer action button works * clean up masters page * fix volume servers action buttons * fix collections page action button * fix properties page * more obvious * fix directory creation file mode * Update file_browser_handlers.go * directory permission
2025-07-02Add credential storage (#6938)Chris Lu1-0/+570
* add credential store interface * load credential.toml * lint * create credentialManager with explicit store type * add type name * InitializeCredentialManager * remove unused functions * fix missing import * fix import * fix nil configuration