Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

CouchDB support for non-admin account #193

@jceb

Description

@jceb

Currently, the couchdb store can't operate with a non-admin account.

I found the following issues that hold back the couchdb store:

  1. The _users database is queried. This feature has been disabled in version 3.1.0 Non-Admin users are unable to read their own user doc in 3.1.0 apache/couchdb#3084
  2. Requested stores are directly created without testing their existence. The subsequent error message is that there's a lack of permissions https://github.com/hyperledger/aries-framework-go-ext/blob/main/component/storage/couchdb/store.go#L373

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions