Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get and create anoncreds profile when using anoncreds subwallet #2803

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

jamshale
Copy link
Contributor

@jamshale jamshale commented Feb 20, 2024

This should fix #2792, unless there's something I'm not aware of.

Start the multitenant admin with

wallet-type: askar-anoncreds
multitenancy-config: wallet_type=askar-profile
wallet-storage-type: default

and create tenant with

{
  "extra_settings": {},
  "key_management_mode": "managed",
  "label": "Tenant 0",
  "wallet_dispatch_type": "default",
  "wallet_key": "tenant_key_0",
  "wallet_name": "tenant_0",
  "wallet_type": "askar-anoncreds"
}

Can create the ledger objects through the api. Before the change was get wrong profile error.

Signed-off-by: jamshale <jamiehalebc@gmail.com>
@jamshale jamshale marked this pull request as ready for review February 20, 2024 22:25
@ianco ianco enabled auto-merge February 21, 2024 18:05
Copy link

sonarcloud bot commented Feb 21, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@ianco ianco merged commit 8689339 into hyperledger:main Feb 21, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Askar-Anoncreds wallet does not work with multitenancy/askar-profile
2 participants